File tree 3 files changed +8
-2
lines changed
packages/google-cloud-oslogin
3 files changed +8
-2
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 51
51
"eslint-config-prettier" : " ^3.0.0" ,
52
52
"eslint-plugin-node" : " ^8.0.0" ,
53
53
"eslint-plugin-prettier" : " ^3.0.0" ,
54
- "ink-docstrap " : " ^1.3.2 " ,
54
+ "jsdoc-baseline " : " git+https://github.com/hegemonic/jsdoc-baseline.git " ,
55
55
"intelli-espower-loader" : " ^1.0.1" ,
56
56
"jsdoc" : " ^3.5.5" ,
57
57
"mocha" : " ^5.0.0" ,
Original file line number Diff line number Diff line change 24
24
/**
25
25
* @namespace google.cloud.oslogin.v1beta
26
26
*/
27
+ /**
28
+ * @namespace google.cloud.oslogin.common
29
+ */
30
+ /**
31
+ * @namespace google.protobuf
32
+ */
27
33
28
34
'use strict' ;
29
35
You can’t perform that action at this time.
0 commit comments