a-javascript-and-typescript-documentation-generator-based-on-typescript-compiler
a-javascript-and-typescript-documentation-generator-based-on-typescript-compiler copied to clipboard
This is the third time I am re-writing this but I hope it works better than my previous attempts
Instead of generating the documentation model all in one phase, it is now split into 2 phases:
- Doing a BFS of the module graph into a documentation tree.
- Serialize the tree.