Skip to content

Commit

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

0 comments on commit 76674e7

Please sign in to comment.