Open dchege711 opened 5 months ago
After #152, JSDoc does not play well anymore. Figure this out.
TypeDoc 1 might be a good replacement. 2 explores this via:
npm uninstall jsdoc npm install typedoc --save-dev rm -rf .docs/ npx typedoc pushd src/public npx typedoc
After #152, JSDoc does not play well anymore. Figure this out.