Skip to content

Commit 9147566

Browse files
authored
fix(docs): snippets are now replaced in jsdoc comments (#222)
1 parent 9a0409c commit 9147566

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

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

+4-3
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,14 @@
4545
"eslint-config-prettier": "^6.0.0",
4646
"eslint-plugin-node": "^10.0.0",
4747
"eslint-plugin-prettier": "^3.0.0",
48-
"jsdoc-fresh": "^1.0.1",
4948
"intelli-espower-loader": "^1.0.1",
5049
"jsdoc": "^3.6.2",
50+
"jsdoc-fresh": "^1.0.1",
51+
"jsdoc-region-tag": "^1.0.2",
52+
"linkinator": "^1.5.0",
5153
"mocha": "^6.0.0",
5254
"nyc": "^14.0.0",
5355
"power-assert": "^1.6.0",
54-
"prettier": "^1.13.7",
55-
"linkinator": "^1.5.0"
56+
"prettier": "^1.13.7"
5657
}
5758
}

0 commit comments

Comments
 (0)