You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
535 B
26 lines
535 B
7 years ago
|
{
|
||
|
"tags": {
|
||
|
"allowUnknownTags": false
|
||
|
},
|
||
|
"source": {
|
||
|
"include": "app/scripts/",
|
||
|
"includePattern": ".js$",
|
||
|
"excludePattern": "(node_modules/|docs)"
|
||
|
},
|
||
|
"plugins": [
|
||
|
"plugins/markdown"
|
||
|
],
|
||
|
"opts": {
|
||
|
"template": "node_modules/radgrad-jsdoc-template/",
|
||
|
"encoding": "utf8",
|
||
|
"destination": "docs/jsdocs",
|
||
|
"recurse": true,
|
||
|
"verbose": true
|
||
|
},
|
||
|
"templates": {
|
||
|
"cleverLinks": false,
|
||
|
"monospaceLinks": false
|
||
|
}
|
||
|
}
|
||
|
|