22 lines
502 B
JSON
22 lines
502 B
JSON
{
|
|
"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": "docs/jsapi",
|
|
"recurse": true,
|
|
"readme": "docs/jsapi/README.md"
|
|
}
|
|
}
|