Update SDC version 1.5.1
[sdc.git] / cucumber-js-test-apis-ci / cucumber-common / plugins / jsdoc_config.json
1 {
2   "tags": {
3     "allowUnknownTags": true
4   },
5   "templates": {
6     "default": {
7       "outputSourceFiles": false
8     }
9   },
10
11   "plugins": ["./steps"],
12   "opts": {
13     "template": "node_modules/jsdoc-one-page",
14     "destination": "docs/"
15   }
16 }