1
0
mirror of https://github.com/lancedikson/bowser synced 2024-09-28 22:30:44 +00:00
lancedikson_bowser/jsdoc.json

25 lines
449 B
JSON
Raw Normal View History

2018-07-05 19:44:43 +00:00
{
"tags": {
"allowUnknownTags": true
},
"source": {
2018-07-08 09:09:27 +00:00
"include": ["src", "README.md"],
2018-07-05 19:44:43 +00:00
"includePattern": ".js$",
"excludePattern": "(node_modules/|docs)"
},
"plugins": [
"plugins/markdown"
],
"opts": {
"template": "node_modules/docdash",
"encoding": "utf8",
"destination": "docs/",
"recurse": true,
"verbose": true
},
"templates": {
"cleverLinks": false,
"monospaceLinks": false
}
}