Skip to content

Commit 17774be

Browse files
bcoecallmehiphop
authored andcommitted
fix(docs): snippets are now replaced in jsdoc comments (#230)
1 parent cdfa5d1 commit 17774be

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

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

+2-1
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-kms/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
"eslint-plugin-prettier": "^3.0.0",
5050
"jsdoc": "^3.6.2",
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)