Skip to content

Commit

Permalink
fix(docs): snippets are now replaced in jsdoc comments (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe authored and callmehiphop committed Nov 13, 2019
1 parent 4c561be commit 232b87b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/google-cloud-phishingprotection/.jsdoc.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ module.exports = {
destination: './docs/'
},
plugins: [
'plugins/markdown'
'plugins/markdown',
'jsdoc-region-tag'
],
source: {
excludePattern: '(^|\\/|\\\\)[._]',
Expand Down
1 change: 1 addition & 0 deletions packages/google-cloud-phishingprotection/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"eslint-plugin-prettier": "^3.0.1",
"jsdoc": "^3.6.2",
"jsdoc-fresh": "^1.0.1",
"jsdoc-region-tag": "^1.0.2",
"linkinator": "^1.4.0",
"mocha": "^6.0.0",
"prettier": "^1.17.0"
Expand Down

0 comments on commit 232b87b

Please sign in to comment.