Skip to content

Commit

Permalink
chore: correct .jsdoc.js protos and double quotes (#285)
Browse files Browse the repository at this point in the history
  • Loading branch information
summer-ji-eng authored Feb 28, 2020
1 parent e9bdd3a commit 6787bd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/google-cloud-resourcemanager/.jsdoc.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ module.exports = {
source: {
excludePattern: '(^|\\/|\\\\)[._]',
include: [
'build/src'
'build/src',
],
includePattern: '\\.js$'
},
Expand All @@ -42,7 +42,7 @@ module.exports = {
systemName: '@google-cloud/resource',
theme: 'lumen',
default: {
"outputSourceFiles": false
outputSourceFiles: false
}
},
markdown: {
Expand Down

0 comments on commit 6787bd6

Please sign in to comment.