From cda2a13b17cb40c4477e514a0102395cc55e008e Mon Sep 17 00:00:00 2001 From: Summer Ji Date: Fri, 28 Feb 2020 11:50:04 -0800 Subject: [PATCH] chore: update jsdoc - protos and double quote (#543) Co-authored-by: Alexander Fenster Co-authored-by: Justin Beckwith --- .jsdoc.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.jsdoc.js b/.jsdoc.js index e58ecb53..052146ef 100644 --- a/.jsdoc.js +++ b/.jsdoc.js @@ -31,7 +31,8 @@ module.exports = { source: { excludePattern: '(^|\\/|\\\\)[._]', include: [ - 'src' + 'src', + 'protos' ], includePattern: '\\.js$' },