There was an error while loading. Please reload this page.
1 parent 1d3c6ae commit ab33ba1Copy full SHA for ab33ba1
1 file changed
handwritten/bigtable/.jsdoc.js
@@ -32,7 +32,8 @@ module.exports = {
32
source: {
33
excludePattern: '(^|\\/|\\\\)[._]',
34
include: [
35
- 'build/src'
+ 'build/src',
36
+ 'protos'
37
],
38
includePattern: '\\.js$'
39
},
@@ -43,7 +44,7 @@ module.exports = {
43
44
systemName: '@google-cloud/bigtable',
45
theme: 'lumen',
46
default: {
- "outputSourceFiles": false
47
+ outputSourceFiles: false
48
}
49
50
markdown: {
0 commit comments