aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/node/jsdoc_conf.json
blob: 876a8e19c6e0efc4615c0659651e264ec0b8910a (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
  },
  "source": {
    "include": [ "index.js", "src" ],
    "includePattern": ".+\\.js(doc)?$",
    "excludePattern": "(^|\\/|\\\\)_"
  },
  "opts": {
    "package": "package.json",
    "readme": "README.md"
  },
  "plugins": [],
  "templates": {
    "cleverLinks": false,
    "monospaceLinks": false,
    "default": {
      "outputSourceFiles": true
    }
  }
}