Files
ejs/jsdoc.json
Timothy Gu 319cac097c Add JSDoc annotation
Some minor changes regarding `var compile` is needed to make JSDoc
recognize the function.
2015-01-31 21:36:29 -08:00

16 lines
303 B
JSON

{
"_comment": "Configuration file for JSDoc."
, "tags": {
"allowUnknownTags": true
}
, "source": {
"includePattern": ".+\\.js(doc)?$"
, "excludePattern": "(^|\\/|\\\\)_"
}
, "plugins": [ "plugins/markdown" ]
, "templates": {
"cleverLinks": true
, "monospaceLinks": false
}
}