Skip to content

Commit ab33ba1

Browse files
summer-ji-engshivanee-p
authored andcommitted
chore: correct .jsdoc.js protos and double quotes (#627)
* chore: update jsdoc - protos and double quote * chore: update jsdoc - protos and double quote
1 parent 1d3c6ae commit ab33ba1

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

handwritten/bigtable/.jsdoc.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ module.exports = {
3232
source: {
3333
excludePattern: '(^|\\/|\\\\)[._]',
3434
include: [
35-
'build/src'
35+
'build/src',
36+
'protos'
3637
],
3738
includePattern: '\\.js$'
3839
},
@@ -43,7 +44,7 @@ module.exports = {
4344
systemName: '@google-cloud/bigtable',
4445
theme: 'lumen',
4546
default: {
46-
"outputSourceFiles": false
47+
outputSourceFiles: false
4748
}
4849
},
4950
markdown: {

0 commit comments

Comments
 (0)