We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dada70 commit dc09b78Copy full SHA for dc09b78
2 files changed
handwritten/logging-bunyan/.jsdoc.js
@@ -26,7 +26,8 @@ module.exports = {
26
destination: './docs/'
27
},
28
plugins: [
29
- 'plugins/markdown'
+ 'plugins/markdown',
30
+ 'jsdoc-region-tag'
31
],
32
source: {
33
excludePattern: '(^|\\/|\\\\)[._]',
handwritten/logging-bunyan/package.json
@@ -76,6 +76,7 @@
76
"intelli-espower-loader": "^1.0.1",
77
"jsdoc": "^3.6.2",
78
"jsdoc-fresh": "^1.0.1",
79
+ "jsdoc-region-tag": "^1.0.2",
80
"linkinator": "^1.5.0",
81
"mocha": "^6.1.4",
82
"post-install-check": "0.0.1",
0 commit comments