File tree 4 files changed +6
-3
lines changed
packages/google-cloud-node
v1/doc/google/cloud/speech/v1
4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ module.exports = {
20
20
opts : {
21
21
readme : './README.md' ,
22
22
package : './package.json' ,
23
- template : './node_modules/ink-docstrap/template ' ,
23
+ template : './node_modules/jsdoc-baseline ' ,
24
24
recurse : true ,
25
25
verbose : true ,
26
26
destination : './docs/'
Original file line number Diff line number Diff line change 55
55
"eslint-config-prettier" : " ^3.0.0" ,
56
56
"eslint-plugin-node" : " ^8.0.0" ,
57
57
"eslint-plugin-prettier" : " ^3.0.0" ,
58
- "ink-docstrap " : " ^1.3.2 " ,
58
+ "jsdoc-baseline " : " git+https://github.com/hegemonic/jsdoc-baseline.git " ,
59
59
"intelli-espower-loader" : " ^1.0.1" ,
60
60
"jsdoc" : " ^3.5.5" ,
61
61
"mocha" : " ^5.2.0" ,
Original file line number Diff line number Diff line change 36
36
/**
37
37
* @namespace google.rpc
38
38
*/
39
+ /**
40
+ * @namespace google.longrunning
41
+ */
39
42
40
43
'use strict' ;
41
44
Original file line number Diff line number Diff line change @@ -689,4 +689,4 @@ const SpeechRecognitionAlternative = {
689
689
*/
690
690
const WordInfo = {
691
691
// This is for documentation. Actual contents will be loaded by gRPC.
692
- } ;
692
+ } ;
You can’t perform that action at this time.
0 commit comments