We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f701cdf commit 883ce5aCopy full SHA for 883ce5a
packages/google-cloud-automl/.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-automl/package.json
@@ -49,6 +49,7 @@
49
"intelli-espower-loader": "^1.0.1",
50
"jsdoc": "^3.5.5",
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