summaryrefslogtreecommitdiff
path: root/support/jsdoc.json
blob: ac95082dde1e9c28a4fa55b95f94c28714cff13e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "tags": {
    "allowUnknownTags": true,
    "dictionaries": ["jsdoc"]
  },
  "source": {
    "include": [ "./lib" ]
  },
  "plugins": ["plugins/markdown"],
  "opts": {
    "readme": "README.md",
    "template": "node_modules/minami",
    "encoding": "utf8",
    "destination": "./docs",
    "recurse": true
  },
  "templates": {
    "cleverLinks": false,
    "theme": "cerulean"
  }
}