openwrt-luci/jsdoc.conf.json

23 lines
500 B
JSON
Raw Normal View History

{
"tags": {
"allowUnknownTags": true,
"dictionaries": ["jsdoc","closure"]
},
"source": {
"include": ["modules/luci-base/htdocs/luci-static/resources"],
"includePattern": ".+\\.js(doc|x)?$"
},
"plugins": [
"plugins/markdown"
],
"templates": {
"cleverLinks": true,
"monospaceLinks": true
},
"opts": {
"destination": "documentation/jsapi",
"recurse": true,
"readme": "README.md"
}
}