Skip to content

Commit 84c8b98

Browse files
chore: update jsdoc.js (#274)
1 parent 7d6fa7f commit 84c8b98

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

packages/google-cloud-asset/.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/asset',
43-
theme: 'lumen'
43+
theme: 'lumen',
44+
default: {
45+
"outputSourceFiles": false
46+
}
4447
},
4548
markdown: {
4649
idInHeadings: true

0 commit comments

Comments
 (0)