summaryrefslogtreecommitdiffhomepage
path: root/jsdoc.conf.json
blob: 87a5b603f7d30b10785e00bdc1923ac72a2fa608 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
    "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"
    }
}