Skip to content

Commit 883ce5a

Browse files
authored
fix(docs): snippets are now replaced in jsdoc comments (#267)
1 parent f701cdf commit 883ce5a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

packages/google-cloud-automl/.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-automl/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
"intelli-espower-loader": "^1.0.1",
5050
"jsdoc": "^3.5.5",
5151
"jsdoc-fresh": "^1.0.1",
52+
"jsdoc-region-tag": "^1.0.2",
5253
"linkinator": "^1.5.0",
5354
"mocha": "^6.0.0",
5455
"nyc": "^14.0.0",

0 commit comments

Comments
 (0)