aboutsummaryrefslogtreecommitdiffstats
path: root/development/tools/.jsdoc.json
blob: fd90bf89fe5c7a2e257229ae2a8ec3f2935d1436 (plain) (blame)
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": false
    },
    "source": {
        "include": "app/scripts/",
        "includePattern": ".js$",
        "excludePattern": "(node_modules/|docs)"
    },
    "plugins": [
        "plugins/markdown"
    ],
    "opts": {
        "template": "node_modules/radgrad-jsdoc-template/",
        "encoding": "utf8",
        "destination": "docs/jsdocs",
        "recurse": true,
        "verbose": true
    },
    "templates": {
        "cleverLinks": false,
        "monospaceLinks": false
    }
}