Skip to content

Commit

Permalink
Merge branch 'master' into release-v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe authored Feb 28, 2020
2 parents 5b983d1 + f6f644f commit 566c441
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
Empty file added .github/publish.yml
Empty file.
10 changes: 7 additions & 3 deletions .jsdoc.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,20 @@ module.exports = {
source: {
excludePattern: '(^|\\/|\\\\)[._]',
include: [
'build/src'
'build/src',
'protos'
],
includePattern: '\\.js$'
},
templates: {
copyright: 'Copyright 2018 Google, LLC.',
copyright: 'Copyright 2019 Google, LLC.',
includeDate: false,
sourceFiles: false,
systemName: '@google-cloud/bigquery-storage',
theme: 'lumen'
theme: 'lumen',
default: {
outputSourceFiles: false
}
},
markdown: {
idInHeadings: true
Expand Down

0 comments on commit 566c441

Please sign in to comment.