Skip to content

Commit

Permalink
chore: correct .jsdoc.js protos and double quotes (#223)
Browse files Browse the repository at this point in the history
* chore: update jsdoc - protos and double quote

* chore: update jsdoc - protos and double quote

Co-authored-by: Alexander Fenster <github@fenster.name>
  • Loading branch information
summer-ji-eng and alexander-fenster authored Feb 29, 2020
1 parent c7f2ad3 commit b56bf8e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/google-cloud-securitycenter/.jsdoc.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ module.exports = {
source: {
excludePattern: '(^|\\/|\\\\)[._]',
include: [
'build/src'
'build/src',
'protos'
],
includePattern: '\\.js$'
},
Expand All @@ -45,7 +46,7 @@ module.exports = {
systemName: '@google-cloud/security-center',
theme: 'lumen',
default: {
"outputSourceFiles": false
outputSourceFiles: false
}
},
markdown: {
Expand Down

0 comments on commit b56bf8e

Please sign in to comment.