There was an error while loading. Please reload this page.
1 parent d7a19c0 commit 310d796Copy full SHA for 310d796
1 file changed
core/paginator/.jsdoc.js
@@ -31,7 +31,7 @@ module.exports = {
31
source: {
32
excludePattern: '(^|\\/|\\\\)[._]',
33
include: [
34
- 'src'
+ 'src',
35
],
36
includePattern: '\\.js$'
37
},
@@ -42,7 +42,7 @@ module.exports = {
42
systemName: '@google-cloud/paginator',
43
theme: 'lumen',
44
default: {
45
- "outputSourceFiles": false
+ outputSourceFiles: false
46
}
47
48
markdown: {
0 commit comments