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