Skip to content

Commit 9ddaebc

Browse files
bcoecallmehiphop
authored andcommitted
fix(docs): snippets are now replaced in jsdoc comments (#314)
1 parent dd7b1ad commit 9ddaebc

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
"intelli-espower-loader": "^1.0.1",
6868
"jsdoc": "^3.6.2",
6969
"jsdoc-fresh": "^1.0.1",
70+
"jsdoc-region-tag": "^1.0.2",
7071
"linkinator": "^1.5.0",
7172
"mocha": "^6.0.0",
7273
"nyc": "^14.0.0",

0 commit comments

Comments
 (0)