Skip to content

Commit 9ed0f09

Browse files
summer-ji-engsofisl
authored andcommitted
chore: correct .jsdoc.js protos and double quotes (#380)
1 parent 476dff3 commit 9ed0f09

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

packages/google-cloud-language/.jsdoc.js

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

0 commit comments

Comments
 (0)