From a440f20cadd7955fb042714db8fe686f1bf5dad9 Mon Sep 17 00:00:00 2001 From: Benjamin Coe Date: Mon, 11 Nov 2019 17:01:33 -0800 Subject: [PATCH] fix(docs): add jsdoc-region-tag plugin --- .jsdoc.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.jsdoc.js b/.jsdoc.js index 3adef36..2e01946 100644 --- a/.jsdoc.js +++ b/.jsdoc.js @@ -26,7 +26,8 @@ module.exports = { destination: './docs/' }, plugins: [ - 'plugins/markdown' + 'plugins/markdown', + 'jsdoc-region-tag' ], source: { excludePattern: '(^|\\/|\\\\)[._]',