Skip to content

Commit b367c9e

Browse files
chore: update jsdoc.js (#32)
1 parent 57b6ad0 commit b367c9e

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

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

0 commit comments

Comments
 (0)