I'm trying to generate documentation for my TypeScript project with TypeDoc. The generation works, except for that I can't find out how to organise my classes into modules and have TypeDoc display them as such.
Currently my classes are just organized by directories, but TypeDoc doesn't seem to recognize that (everything is Global). I think there should be another way to define the modules, but I cannot find how.
Does anyone have experience with this? Thanks!
This is what I currently have:
This is what I'm trying to get:
There is a plugin which does the trick for me. typedoc-external-module-name You can organize the files in kind of "logical" modules.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With