apollodec/Apollo/bower_components/jsPDF/jsdoc.json
2017-12-19 18:55:23 +05:30

28 lines
587 B
JSON
Executable File

{
"tags": {
"allowUnknownTags": false
},
"source": {
"include": "./",
"includePattern": "(.js|README.md)$",
"excludePattern": "(node_modules/|docs|dist|examples|libs|tests|saucelabs.karma.conf.js)"
},
"plugins": [
"node_modules/jsdoc/plugins/markdown"
],
"markdown": {
"tags": ["param", "deprecated", "description"]
},
"opts": {
"template": "node_modules/docdash/",
"encoding": "utf8",
"destination": "docs/",
"recurse": true,
"verbose": true
},
"templates": {
"cleverLinks": false,
"monospaceLinks": false
}
}