From 94e72554efe8d62db81f2cbce51551212f07fc79 Mon Sep 17 00:00:00 2001 From: "Benjamin E. Coe" Date: Thu, 14 Nov 2019 22:07:20 -0800 Subject: [PATCH] fix(docs): add jsdoc-region-tag plugin (#783) --- .jsdoc.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.jsdoc.js b/.jsdoc.js index c22acf26..5c6d1d9f 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: '(^|\\/|\\\\)[._]',