We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd44c59 commit 7aa1771Copy full SHA for 7aa1771
2 files changed
handwritten/logging/.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/package.json
@@ -103,6 +103,7 @@
103
"intelli-espower-loader": "^1.0.1",
104
"jsdoc": "^3.6.2",
105
"jsdoc-fresh": "^1.0.1",
106
+ "jsdoc-region-tag": "^1.0.2",
107
"linkinator": "^1.5.0",
108
"mocha": "^6.1.4",
109
"mv": "^2.1.1",
0 commit comments