microsoft / tsdoc

A doc comment standard for TypeScript
https://tsdoc.org/
MIT License
4.68k stars 131 forks source link

Grouping classes under the same index name #365

Closed HarryJSCaveArupGithub closed 11 months ago

HarryJSCaveArupGithub commented 11 months ago

Hello,

I hope you're doing well. I'm writing to seek some assistance with an issue I encountered while using TypeDoc for generating documentation for my TypeScript project.

Issue Description: I have been using TypeDoc to generate documentation for my project, and overall, it has been a fantastic tool. However, I'm facing a challenge with grouping and categorizing classes in the generated documentation. I've tried using the @category JSDoc tag, but it seems that the classes are not getting grouped under the specified category names.

Expected Behavior: I expect to be able to group classes based on specified category names so that the generated documentation is well-organized and easier to navigate for users. Each class should appear under the appropriate category, as defined by the @category tag.

Current Behavior: Currently, the classes are not being grouped under the specified category names. Instead, they seem to be placed under the same default category, making it challenging for users to find relevant classes easily.

It is possible that i using the @category tag completely wrong. I have also tried using the @group tag.

` /**

I would love some help resolving this issue :)