Skip to content

Commit 36635c7

Browse files
Benjamin E. CoeJustinBeckwith
authored andcommitted
fix(docs): add jsdoc-region-tag plugin (#1879)
1 parent 9d0dd2b commit 36635c7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

0 commit comments

Comments
 (0)