whs.js/jsdoc.json
Alexander Buzin c05ae2b222 Add category
Former-commit-id: 851e90391049f8e460d38b2dccfc9a01b914afcd
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"
}
}