I've a bunch of options to choose from
JSDoc doesn't have a very explicit documentation, I'm struggling there. Document.js is the best in terms of documentation, but it doesn't support some es6 features. documentation is sorta extension of JSDoc generator with the same comment structure, I don't find it useful given I have JSDoc generator. I haven't tried esdoc yet. Suggestions please?
Arihant
Non sticky pan to events π₯π³
Denny Trebbin
Lead Fullstack Developer. Experimenting with bleeding-edge tech. Irregularly DJ. Hobby drone pilot. Amateur photographer.
We are not using code documentation generators anymore since we switched to Gitlab. Because in Gitlab the code is searchable and syntax highlighting is also available. Beside Gitlab, all editors and IDEs have good search features. We have no demand anymore for browsing code documentation. Learn how to use by study unit tests and browse the Git history.