Skip to content

Commit 3998b3c

Browse files
chore: update jsdoc.js (#541)
1 parent d5a477e commit 3998b3c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

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

+5-2
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/vision',
43-
theme: 'lumen'
43+
theme: 'lumen',
44+
default: {
45+
"outputSourceFiles": false
46+
}
4447
},
4548
markdown: {
4649
idInHeadings: true

0 commit comments

Comments
 (0)