We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7e8d00 commit 4d8b647Copy full SHA for 4d8b647
packages/google-cloud-translate/.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-translate/package.json
@@ -72,6 +72,7 @@
72
"intelli-espower-loader": "^1.0.1",
73
"jsdoc": "^3.6.2",
74
"jsdoc-fresh": "^1.0.1",
75
+ "jsdoc-region-tag": "^1.0.2",
76
"linkinator": "^1.5.0",
77
"mocha": "^6.1.4",
78
"power-assert": "^1.6.0",
0 commit comments