Skip to content

Commit 4f761ba

Browse files
Benjamin E. Coecallmehiphop
authored andcommitted
fix(docs): add jsdoc-region-tag plugin (#155)
1 parent 7ec4318 commit 4f761ba

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

core/paginator/.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)