Skip to content
This repository was archived by the owner on Jul 13, 2023. It is now read-only.

Commit b3c31fc

Browse files
bcoecallmehiphop
authored andcommitted
fix(docs): snippets are now replaced in jsdoc comments (#74)
1 parent 0b4ae40 commit b3c31fc

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

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

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
"eslint-plugin-prettier": "^3.0.0",
3535
"jsdoc": "^3.6.2",
3636
"jsdoc-fresh": "^1.0.1",
37+
"jsdoc-region-tag": "^1.0.2",
3738
"linkinator": "^1.5.0",
3839
"mocha": "^6.0.0",
3940
"nyc": "^14.1.1",

0 commit comments

Comments
 (0)