From 59301e7cfa855add4894dd9c46870e61fffa7413 Mon Sep 17 00:00:00 2001 From: "Benjamin E. Coe" Date: Wed, 13 Nov 2019 12:44:12 -0800 Subject: [PATCH] fix(docs): add jsdoc-region-tag plugin (#135) --- .jsdoc.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.jsdoc.js b/.jsdoc.js index 4ec7b08..37da1d5 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: '(^|\\/|\\\\)[._]',