Skip to content

Commit 55f23bc

Browse files
bcoecallmehiphop
authored andcommitted
fix(docs): snippets are now replaced in jsdoc comments (#248)
1 parent bf50fa5 commit 55f23bc

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,14 @@
4949
"eslint-config-prettier": "^6.0.0",
5050
"eslint-plugin-node": "^10.0.0",
5151
"eslint-plugin-prettier": "^3.0.0",
52-
"jsdoc-fresh": "^1.0.1",
5352
"intelli-espower-loader": "^1.0.1",
5453
"jsdoc": "^3.5.5",
54+
"jsdoc-fresh": "^1.0.1",
55+
"jsdoc-region-tag": "^1.0.2",
56+
"linkinator": "^1.5.0",
5557
"mocha": "^6.0.0",
5658
"nyc": "^14.0.0",
5759
"power-assert": "^1.4.4",
58-
"prettier": "^1.9.2",
59-
"linkinator": "^1.5.0"
60+
"prettier": "^1.9.2"
6061
}
6162
}

0 commit comments

Comments
 (0)