2019-11-05 16:33:40 +08:00
|
|
|
{
|
|
|
|
"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,
|
2019-11-07 19:39:24 +08:00
|
|
|
"monospaceLinks": true,
|
|
|
|
"default": {
|
|
|
|
"outputSourceFiles": true
|
|
|
|
}
|
2019-11-05 16:33:40 +08:00
|
|
|
},
|
|
|
|
"opts": {
|
2019-11-05 17:50:35 +08:00
|
|
|
"destination": "docs/jsapi",
|
2019-11-05 16:33:40 +08:00
|
|
|
"recurse": true,
|
2019-11-05 23:32:21 +08:00
|
|
|
"readme": "docs/jsapi/README.md"
|
2019-11-05 16:33:40 +08:00
|
|
|
}
|
|
|
|
}
|