updux/jsdoc.json

22 lines
480 B
JSON
Raw Normal View History

2021-10-12 17:11:32 +00:00
{
"plugins": ["plugins/markdown"],
"recurseDepth": 10,
"source": {
"includePattern": ".+\\.js(doc|x)?$",
"excludePattern": "(^|\\/|\\\\)_"
},
"sourceType": "module",
"tags": {
"allowUnknownTags": true,
2021-10-18 14:15:06 +00:00
"dictionaries": ["jsdoc", "closure"]
2021-10-12 17:11:32 +00:00
},
"templates": {
"cleverLinks": false,
"monospaceLinks": false
},
"opts": {
"destination": "./docs",
"tutorials": "./tutorials"
}
}