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.
25 lines
535 B
25 lines
535 B
{
|
|
"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
|
|
}
|
|
}
|
|
|
|
|