svgedit/docs/jsdoc-config.json

29 lines
677 B
JSON
Raw Normal View History

{
"recurseDepth": 10,
"source": {
"exclude": [
"node_modules",
"dist",
"firefox-extension",
"opera-widget",
"screencasts",
"test"
],
2018-05-31 09:45:48 +00:00
"excludePattern": "svgedit-config-*|build-html.js|rollup*|external/babel-polyfill|extensions/mathjax|imagelib/jquery.min.js|jspdf/jspdf.min.js|jspdf/underscore-min.js|jquery-ui|jquery.min.js|jquerybbq|js-hotkeys"
},
"sourceType": "module",
"tags": {
"allowUnknownTags": true
},
"templates": {
"cleverLinks": false,
"monospaceLinks": false
},
"opts":{
"recurse": true,
"verbose": true,
"destination": ".jsdoc/out"
2018-07-05 16:02:46 +00:00
},
"plugins": ["plugins/markdown"]
}