Files
svgedit/docs/jsdoc-config.json
Brett Zamir a27a5d5637 - Docs: Exclude from jsdoc firefox-extension, opera-widget, screencasts, test folders and build.html.js/rollup files
- Docs: Further JSDoc of methods
- Docs: Transfer some changes from ExtensionDocs on wiki (need to fully reconcile)
- Refactoring (minor): variadic args through ellipsis
2018-05-31 16:07:44 +08:00

28 lines
488 B
JSON

{
"recurseDepth": 10,
"source": {
"exclude": [
"node_modules",
"dist",
"firefox-extension",
"opera-widget",
"screencasts",
"test"
],
"excludePattern": "svgedit-config-*|build-html.js|rollup*"
},
"sourceType": "module",
"tags": {
"allowUnknownTags": true
},
"templates": {
"cleverLinks": false,
"monospaceLinks": false
},
"opts":{
"recurse": true,
"verbose": true,
"destination": ".jsdoc/out"
}
}