Skip to content

Commit 476dff3

Browse files
summer-ji-engsofisl
authored andcommitted
chore: update jsdoc.js (#378)
1 parent a142c83 commit 476dff3

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

packages/google-cloud-language/.jsdoc.js

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,14 @@ module.exports = {
3636
includePattern: '\\.js$'
3737
},
3838
templates: {
39-
copyright: 'Copyright 2018 Google, LLC.',
39+
copyright: 'Copyright 2019 Google, LLC.',
4040
includeDate: false,
4141
sourceFiles: false,
4242
systemName: '@google-cloud/language',
43-
theme: 'lumen'
43+
theme: 'lumen',
44+
default: {
45+
"outputSourceFiles": false
46+
}
4447
},
4548
markdown: {
4649
idInHeadings: true

0 commit comments

Comments
 (0)