We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdfa5d1 commit 17774beCopy full SHA for 17774be
packages/google-cloud-kms/.jsdoc.js
@@ -26,7 +26,8 @@ module.exports = {
26
destination: './docs/'
27
},
28
plugins: [
29
- 'plugins/markdown'
+ 'plugins/markdown',
30
+ 'jsdoc-region-tag'
31
],
32
source: {
33
excludePattern: '(^|\\/|\\\\)[._]',
packages/google-cloud-kms/package.json
@@ -49,6 +49,7 @@
49
"eslint-plugin-prettier": "^3.0.0",
50
"jsdoc": "^3.6.2",
51
"jsdoc-fresh": "^1.0.1",
52
+ "jsdoc-region-tag": "^1.0.2",
53
"linkinator": "^1.5.0",
54
"mocha": "^6.0.0",
55
"nyc": "^14.0.0",
0 commit comments