Skip to content

Commit 91dcaa6

Browse files
bcoecallmehiphop
authored andcommitted
fix(docs): snippets are now replaced in jsdoc comments (#357)
1 parent 8a5a5a3 commit 91dcaa6

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

packages/google-privacy-dlp/.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-privacy-dlp/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,14 @@
5252
"eslint-config-prettier": "^6.0.0",
5353
"eslint-plugin-node": "^10.0.0",
5454
"eslint-plugin-prettier": "^3.0.0",
55-
"jsdoc-fresh": "^1.0.1",
5655
"intelli-espower-loader": "^1.0.1",
5756
"jsdoc": "^3.5.5",
57+
"jsdoc-fresh": "^1.0.1",
58+
"jsdoc-region-tag": "^1.0.2",
59+
"linkinator": "^1.5.0",
5860
"mocha": "^6.0.0",
5961
"nyc": "^14.0.0",
6062
"power-assert": "^1.4.4",
61-
"prettier": "^1.7.4",
62-
"linkinator": "^1.5.0"
63+
"prettier": "^1.7.4"
6364
}
6465
}

0 commit comments

Comments
 (0)