Files
svgedit/.jsdoc/configuration.json
tetedacier d098dc0914 Bugfix/separate declaration from exposition (#245)
* Separate definition from exposition

* Suppress previous documentation before generating new one

* Restore deleted line

* Set up verbosity to provide details on what's going on
2018-05-29 09:43:02 -07:00

24 lines
382 B
JSON

{
"recurseDepth": 10,
"source": {
"exclude": [
"node_modules",
"dist"
],
"excludePattern": "^svgedit-config-"
},
"sourceType": "module",
"tags": {
"allowUnknownTags": true
},
"templates": {
"cleverLinks": false,
"monospaceLinks": false
},
"opts":{
"recurse": true,
"verbose": true,
"destination": ".jsdoc/out"
}
}