change to jsdoc

This commit is contained in:
2024-01-30 17:28:18 +08:00
parent 0b897cae8a
commit a38af7577b
11 changed files with 1347 additions and 43 deletions

View File

@@ -23,10 +23,15 @@
"scripts": {
"dev": "vite",
"build": "node ./vite.build.js && typedoc",
"doc": "typedoc"
"doc": "typedoc",
"jsdoc": "jsdoc -c jsdoc.json",
"jsdoc-date": "jsdoc -c jsdoc-date.json"
},
"devDependencies": {
"@mxssfd/typedoc-theme": "^1.1.3",
"clean-jsdoc-theme": "^4.2.17",
"docdash": "^2.0.2",
"jsdoc": "^4.0.2",
"postcss-preset-env": "^9.3.0",
"sass": "^1.70.0",
"typedoc": "^0.25.7",