From 36635c752fae99161d02a0dc8631c57ff0814151 Mon Sep 17 00:00:00 2001 From: "Benjamin E. Coe" Date: Sun, 1 Dec 2019 18:06:44 -0800 Subject: [PATCH] fix(docs): add jsdoc-region-tag plugin (#1879) --- .jsdoc.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.jsdoc.js b/.jsdoc.js index 6319a361eb9..9e4cb83f721 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: '(^|\\/|\\\\)[._]',