build: space -> tab formatting change
[project/luci.git] / jsdoc.conf.json
1 {
2 "tags": {
3 "allowUnknownTags": true,
4 "dictionaries": ["jsdoc","closure"]
5 },
6 "source": {
7 "include": ["modules/luci-base/htdocs/luci-static/resources"],
8 "includePattern": ".+\\.js(doc|x)?$"
9 },
10 "plugins": [
11 "plugins/markdown"
12 ],
13 "templates": {
14 "cleverLinks": true,
15 "monospaceLinks": true,
16 "default": {
17 "outputSourceFiles": true
18 }
19 },
20 "opts": {
21 "destination": "docs/jsapi",
22 "recurse": true,
23 "readme": "docs/jsapi/README.md"
24 }
25 }