Welcome to mirror list, hosted at ThFree Co, Russian Federation.

jsdoc.conf.json - github.com/openwrt/luci.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: dbf12f67f5dc2bc44ddb1ee83dcf975da02ee415 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
    "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,
        "default": {
                "outputSourceFiles": true
        }
    },
    "opts": {
        "destination": "docs/jsapi",
        "recurse": true,
        "readme": "docs/jsapi/README.md"
    }
}