Use ExDoc for JavaScript

Hi y’all,

Does anybody know of a good documentation library for JavaScript similar to ExDoc?

Or even better, has anybody used ExDoc to generate docs for a JavaScript project?

Not ExDoc but I know of phoenix/js docs that look similar. They are generated from the source file with a nodejs tool called documentation. You can find the command used to generate them in the package.json file

2 Likes

ExDoc is getting Erlang support so maybe it could be extended for JavaScript as well. Here’s a PR that adds partial Erlang support/common interface: Add language contract by wojtekmach · Pull Request #1362 · elixir-lang/ex_doc · GitHub

As soon as JS will be compiled to BEAM and will conform to EEP 48 :wink:

3 Likes