Skip to content

Commit

Permalink
chore: update jsdoc.js (#283)
Browse files Browse the repository at this point in the history
  • Loading branch information
summer-ji-eng committed Feb 27, 2020
1 parent a2c58f9 commit e9bdd3a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions packages/google-cloud-resourcemanager/.jsdoc.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,14 @@ module.exports = {
includePattern: '\\.js$'
},
templates: {
copyright: 'Copyright 2018 Google, LLC.',
copyright: 'Copyright 2019 Google, LLC.',
includeDate: false,
sourceFiles: false,
systemName: '@google-cloud/resource',
theme: 'lumen'
theme: 'lumen',
default: {
"outputSourceFiles": false
}
},
markdown: {
idInHeadings: true
Expand Down

0 comments on commit e9bdd3a

Please sign in to comment.