aboutsummaryrefslogtreecommitdiffstats
path: root/workflow-bdd/plugins/jsdoc_config.json
blob: a5a608e8050b7d40e1e529a89b6b219cf1f3b170 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "tags": {
    "allowUnknownTags": true
  },
  "templates": {
    "default": {
      "outputSourceFiles": false
    }
  },
  "plugins": ["plugins/steps"],
  "opts": {
    "template": "node_modules/jsdoc-one-page",
    "destination": "docs/"
  }
}