Skip to content

Commit

Permalink
try removing compodoc
Browse files Browse the repository at this point in the history
  • Loading branch information
sofisl committed Oct 30, 2024
1 parent 99f8fad commit 5c5e0c8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .jsdoc.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ module.exports = {
plugins: ['plugins/markdown', 'jsdoc-region-tag'],
source: {
excludePattern: '(^|\\/|\\\\)[._]',
include: ['src'],
include: ['build/src'],
includePattern: '\\.js$',
},
templates: {
Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@
"googleapis-common": "^7.0.0"
},
"devDependencies": {
"@compodoc/compodoc": "1.1.23",
"@types/execa": "^2.0.0",
"@types/mocha": "^9.0.0",
"@types/mv": "^2.1.0",
Expand All @@ -80,6 +79,9 @@
"execa": "^5.0.0",
"gaxios": "^6.0.3",
"gts": "^5.0.0",
"jsdoc": "^4.0.0",
"jsdoc-fresh": "^3.0.0",
"jsdoc-region-tag": "^3.0.0",
"js-green-licenses": "^4.0.0",
"linkinator": "^4.0.0",
"mocha": "^9.2.2",
Expand Down
7 changes: 3 additions & 4 deletions src/generator/docs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,9 @@ export async function main() {
.add(() =>
gfs.execa(process.execPath, [
'--max-old-space-size=8192',
'./node_modules/.bin/compodoc',
`src/apis/${dir}`,
'-d',
`./docs/${dir}`,
'./node_modules/.bin/jsdoc',
'-c',
`.jsdoc.js`,
])
)
.then(() => {
Expand Down

0 comments on commit 5c5e0c8

Please sign in to comment.