kiwiirc-custom/jsdoc.json

22 lines
498 B
JSON

{
"plugins": ["plugins/markdown"],
"recurseDepth": 10,
"source": {
"include": "src/",
"includePattern": ".+\\.js(doc|x)?$",
"excludePattern": "(^|\\/|\\\\)_"
},
"sourceType": "module",
"tags": {
"allowUnknownTags": true,
"dictionaries": ["jsdoc","closure"]
},
"templates": {
"cleverLinks": false,
"monospaceLinks": false
},
"opts": {
"destination": "./srcdocs/",
"recurse": true
}
}