File tree 3 files changed +7
-6
lines changed
3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ module.exports = {
27
27
plugins : [ 'plugins/markdown' , 'jsdoc-region-tag' ] ,
28
28
source : {
29
29
excludePattern : '(^|\\/|\\\\)[._]' ,
30
- include : [ 'src' ] ,
30
+ include : [ 'build/ src' ] ,
31
31
includePattern : '\\.js$' ,
32
32
} ,
33
33
templates : {
Original file line number Diff line number Diff line change 59
59
"googleapis-common" : " ^7.0.0"
60
60
},
61
61
"devDependencies" : {
62
- "@compodoc/compodoc" : " 1.1.23" ,
63
62
"@types/execa" : " ^2.0.0" ,
64
63
"@types/mocha" : " ^9.0.0" ,
65
64
"@types/mv" : " ^2.1.0" ,
80
79
"execa" : " ^5.0.0" ,
81
80
"gaxios" : " ^6.0.3" ,
82
81
"gts" : " ^5.0.0" ,
82
+ "jsdoc" : " ^4.0.0" ,
83
+ "jsdoc-fresh" : " ^3.0.0" ,
84
+ "jsdoc-region-tag" : " ^3.0.0" ,
83
85
"js-green-licenses" : " ^4.0.0" ,
84
86
"linkinator" : " ^4.0.0" ,
85
87
"mocha" : " ^9.2.2" ,
Original file line number Diff line number Diff line change @@ -58,10 +58,9 @@ export async function main() {
58
58
. add ( ( ) =>
59
59
gfs . execa ( process . execPath , [
60
60
'--max-old-space-size=8192' ,
61
- './node_modules/.bin/compodoc' ,
62
- `src/apis/${ dir } ` ,
63
- '-d' ,
64
- `./docs/${ dir } ` ,
61
+ './node_modules/.bin/jsdoc' ,
62
+ '-c' ,
63
+ `.jsdoc.js` ,
65
64
] )
66
65
)
67
66
. then ( ( ) => {
You can’t perform that action at this time.
0 commit comments