We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd7b1ad commit 9ddaebcCopy full SHA for 9ddaebc
packages/google-cloud-dns/.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-dns/package.json
@@ -67,6 +67,7 @@
67
"intelli-espower-loader": "^1.0.1",
68
"jsdoc": "^3.6.2",
69
"jsdoc-fresh": "^1.0.1",
70
+ "jsdoc-region-tag": "^1.0.2",
71
"linkinator": "^1.5.0",
72
"mocha": "^6.0.0",
73
"nyc": "^14.0.0",
0 commit comments