aboutsummaryrefslogtreecommitdiffstats
path: root/cucumber-js-test-apis-ci/cucumber-common/plugins/jsdoc_config.json
blob: 2757000472bc2f325ebfa72e9462179c09f90e42 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "tags": {
    "allowUnknownTags": true
  },
  "templates": {
    "default": {
      "outputSourceFiles": false
    }
  },

  "plugins": ["./steps"],
  "opts": {
    "template": "node_modules/jsdoc-one-page",
    "destination": "docs/"
  }
}