Replies: 1 comment 3 replies
-
In short: no, not yet, but it's a good idea. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there, thanks for the awesome extension 👍
If it possible to generate something like methods/attributes outline list as hyperlink at the beginning of class? For example:
source code which doxygen will read:
And in reST, list a class using
What we got should be:
classMyClass
Public Functions
void method1()
method1
void method2()
method2
void method10()
method10
If the method counts is big, it's hard to see the overview of the methos.
I'd like to have a outline list like:
classMyClass
Public Functions List
Public Functions
void method1()
method1
void method2()
method2
void method10()
method10
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions