Skip to content

Commit dc09b78

Browse files
Benjamin E. CoeJustinBeckwith
authored andcommitted
fix(docs): snippets are now replaced in jsdoc comments (#371)
1 parent 5dada70 commit dc09b78

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

handwritten/logging-bunyan/.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: '(^|\\/|\\\\)[._]',

handwritten/logging-bunyan/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@
7676
"intelli-espower-loader": "^1.0.1",
7777
"jsdoc": "^3.6.2",
7878
"jsdoc-fresh": "^1.0.1",
79+
"jsdoc-region-tag": "^1.0.2",
7980
"linkinator": "^1.5.0",
8081
"mocha": "^6.1.4",
8182
"post-install-check": "0.0.1",

0 commit comments

Comments
 (0)