a-javascript-and-typescript-documentation-generator-based-on-typescript-compiler icon indicating copy to clipboard operation
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

Open dtinth opened this issue 5 years ago • 0 comments

Instead of generating the documentation model all in one phase, it is now split into 2 phases:

  1. Doing a BFS of the module graph into a documentation tree.
  2. Serialize the tree.

dtinth avatar Sep 10 '20 15:09 dtinth