Skip to content

Commit 4d8b647

Browse files
bcoeJustinBeckwith
authored andcommitted
fix(docs): snippets are now replaced in jsdoc comments (#381)
1 parent e7e8d00 commit 4d8b647

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

packages/google-cloud-translate/.jsdoc.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ module.exports = {
2626
destination: './docs/'
2727
},
2828
plugins: [
29-
'plugins/markdown'
29+
'plugins/markdown',
30+
'jsdoc-region-tag'
3031
],
3132
source: {
3233
excludePattern: '(^|\\/|\\\\)[._]',

packages/google-cloud-translate/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@
7272
"intelli-espower-loader": "^1.0.1",
7373
"jsdoc": "^3.6.2",
7474
"jsdoc-fresh": "^1.0.1",
75+
"jsdoc-region-tag": "^1.0.2",
7576
"linkinator": "^1.5.0",
7677
"mocha": "^6.1.4",
7778
"power-assert": "^1.6.0",

0 commit comments

Comments
 (0)