mirror of
https://github.com/CryptKeeperZK/ejs.git
synced 2026-01-07 22:53:52 -05:00
Some minor changes regarding `var compile` is needed to make JSDoc recognize the function.
16 lines
303 B
JSON
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
|
|
}
|
|
}
|