-
-
Notifications
You must be signed in to change notification settings - Fork 734
@category not working for functions within modules #904
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
Comments
Am I correct to assume by module you are referring to a file defined similar to the below? /**
* @category SomeCategory
**/
function myFunction() {
} Related to #866 |
Hi @aciccarello, I have a ts file defined as below namespace ABC{ /**
/**
My requirement is to have these categories produce different pages or even different sections within the same page. Please help me out with the same. |
Can I get some help here? |
I don't believe this is supported with the default theme yet, #866 might resolve this. |
Yes, see #866. I'm willing to help make some changes here, but need some input on desired behavior. |
Hi @jonchardy, Thanks for volunteering. So here's my use case When typedoc is run the output should have 2 sections - category 1 and category 2 - all the methods should be grouped together based on category. Thank you! |
Hi @jonchardy , Any luck with this? Please let me know. Thanks. |
Hi, Could someone please help me out with this issue? |
See #938 |
Hi @jonchardy , Could you kindly share the ETA for releasing this change? |
I don't know, I'm just a contributor. @aciccarello |
Sorry, there is no ETA at the moment. The PR will need to be reviewed. Additionally there are some issues with releasing themes at the moment. |
Hi @aciccarello , Could you please share the ETA for releasing this change? I see that the change is merged. Thank you. |
Requirement
Within a module, there should be a way to classify/categorize the functions - ex: content creation functions, content editing functions etc.
Tried out something similar to what was mentioned in #566
But @category tag was taking effect only on classes.
The text was updated successfully, but these errors were encountered: