1
0
mirror of https://github.com/hack-chat/main.git synced 2024-03-22 13:20:33 +08:00
hack-chat-main/jsdoc.json
2022-06-22 11:32:51 -05:00

23 lines
458 B
JSON

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