Type Doc and modules

I am trying to create documentation for my TypeScript project using TypeDoc. Generation works, except that I cannot learn how to organize my classes in modules and display their TypeDoc as such.

Currently, my classes are simply organized into directories, but TypeDoc does not seem to recognize this (everything is global). I think there should be a different way to define modules, but I cannot find how to do this.

Does anyone have any experience? Thank!

This is what I have:

enter image description here

This is what I am trying to get:

enter image description here

+4
source share
1 answer
+1

All Articles