whs.js/jsdoc.json
Alexander Buzin 851e903910 Add category
2017-06-20 23:20:19 +03:00

25 lines
548 B
JSON

{
"tags": {
"allowUnknownTags": true,
"dictionaries": ["jsdoc"]
},
"plugins": [
"node_modules/jsdoc-babel",
"plugins/markdown",
"docs/template/custom.js"
],
"templates": {
"cleverLinks": false,
"monospaceLinks": true,
"useLongnameInNav": false,
"showInheritedInNav": true
},
"opts": {
"destination": "./docs/public/",
"encoding": "utf8",
"private": true,
"recurse": true,
"template": "./docs/template"
}
}