2018-05-29 08:42:33 +00:00
|
|
|
{
|
|
|
|
"recurseDepth": 10,
|
|
|
|
"source": {
|
|
|
|
"exclude": [
|
|
|
|
"node_modules",
|
2018-05-31 08:07:44 +00:00
|
|
|
"dist",
|
|
|
|
"firefox-extension",
|
|
|
|
"opera-widget",
|
|
|
|
"screencasts",
|
|
|
|
"test"
|
2018-05-29 12:31:24 +00:00
|
|
|
],
|
2018-05-31 08:07:44 +00:00
|
|
|
"excludePattern": "svgedit-config-*|build-html.js|rollup*"
|
2018-05-29 08:42:33 +00:00
|
|
|
},
|
|
|
|
"sourceType": "module",
|
|
|
|
"tags": {
|
|
|
|
"allowUnknownTags": true
|
|
|
|
},
|
|
|
|
"templates": {
|
|
|
|
"cleverLinks": false,
|
|
|
|
"monospaceLinks": false
|
|
|
|
},
|
|
|
|
"opts":{
|
|
|
|
"recurse": true,
|
2018-05-29 16:43:02 +00:00
|
|
|
"verbose": true,
|
2018-05-29 08:42:33 +00:00
|
|
|
"destination": ".jsdoc/out"
|
|
|
|
}
|
|
|
|
}
|