aboutsummaryrefslogtreecommitdiffstats
path: root/lang/js/jsdoc.conf
blob: 12ae35e99d6cf1652276613320a0c14f7a87bae4 (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
{
    "tags": {
        "allowUnknownTags": false,
        "dictionaries": ["jsdoc"]
    },
    "source": {
        "include": ["./src"],
        "includePattern": ".+\\.js(doc|x)?$",
        "excludePattern": "(^|\\/|\\\\)_"
    },
    "opts":{
        "destination": "./doc/",
        "recurse": true
    },
    "sourceType": "module",
    "plugins": [],
    "templates": {
        "cleverLinks": false,
        "monospaceLinks": false,
        "default": {
            "outputSourceFiles": true
        }
    }
}