Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nested modules / namespaces does not seem to work #34

Open
hoegge opened this issue Jul 28, 2017 · 1 comment
Open

Nested modules / namespaces does not seem to work #34

hoegge opened this issue Jul 28, 2017 · 1 comment

Comments

@hoegge
Copy link

hoegge commented Jul 28, 2017

I was happily surprised when I managed to find this project, but when I try to document modules where the structure is like this

namespace outer {
    export namespace inner {
        export class Classname {
...
         }
    }
}

I get diagrams like these:
diagram

Class1name--------------
|    OuterNamespace ------------
|    |    InnerNameSpace ----------
|    |    |    Class1name -------------
|    |    |    |
|    |    |    |
|    |    |    |

Class2name--------------
|    OuterNamespace ------------
|    |    InnerNameSpace ----------
|    |    |    Class2name -------------
|    |    |    |
|    |    |    |
|    |    |    |

where the class names are doubled as outer module names so everything is split by class. Is that a bug or my wrong usage? Is this tsviz project still active?

@hoegge
Copy link
Author

hoegge commented Aug 17, 2017

Project abandoned?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant