Skip to content

Commit 08da4a4

Browse files
chore: update .jsdoc.js by add protos and remove double quotes (#538)
1 parent d847f7a commit 08da4a4

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

core/common/.jsdoc.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ module.exports = {
3131
source: {
3232
excludePattern: '(^|\\/|\\\\)[._]',
3333
include: [
34-
'src'
34+
'src',
35+
'protos'
3536
],
3637
includePattern: '\\.js$'
3738
},
@@ -42,7 +43,7 @@ module.exports = {
4243
systemName: '@google-cloud/common',
4344
theme: 'lumen',
4445
default: {
45-
"outputSourceFiles": false
46+
outputSourceFiles: false
4647
}
4748
},
4849
markdown: {

0 commit comments

Comments
 (0)