Skip to content

Commit

Permalink
fix(docs): snippets are now replaced in jsdoc comments (#248)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe authored and callmehiphop committed Nov 13, 2019
1 parent bf50fa5 commit 55f23bc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion packages/google-cloud-oslogin/.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
7 changes: 4 additions & 3 deletions packages/google-cloud-oslogin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,14 @@
"eslint-config-prettier": "^6.0.0",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-prettier": "^3.0.0",
"jsdoc-fresh": "^1.0.1",
"intelli-espower-loader": "^1.0.1",
"jsdoc": "^3.5.5",
"jsdoc-fresh": "^1.0.1",
"jsdoc-region-tag": "^1.0.2",
"linkinator": "^1.5.0",
"mocha": "^6.0.0",
"nyc": "^14.0.0",
"power-assert": "^1.4.4",
"prettier": "^1.9.2",
"linkinator": "^1.5.0"
"prettier": "^1.9.2"
}
}

0 comments on commit 55f23bc

Please sign in to comment.