Closed
Description
When I made class files:
(under scripts directory)
* _lib
* common
* Foo.ts (class Foo)
* Bar.ts (class Bar)
* docparts
* Head.ts (class Head)
* Body.ts (class Body)
* Foot.ts (class Foot)
typedoc shows module indexes as:
Bar
Body
Foo
Foot
Head
or
"_lib/common/Bar"
"_lib/common/Foo"
"docparts/Body"
"docparts/Foot"
"docparts/Head"
But I want to look them as:
_lib
common
Bar
Foo
docparts
Body
Foot
Head
In theory, the hierarchy must be decided by namespace(or package), but it seems that TS's "namespace" is not for. I'm grad if you all consider about this.
Thanks.
Metadata
Metadata
Assignees
Labels
No labels