-
-
Notifications
You must be signed in to change notification settings - Fork 52
Closed as not planned
Labels
featureNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
I have a lot of type heavy classes I would like to document. I would like the option to only show their members in the summary table, but not show the attributes.
For example, I want to show this summary table:
But I do not want to show:
This is because the attributes take up too much space, and do not show any useful information.
Describe the solution you'd like
I would like the ability to either:
- Collapse a group of stuff (e.g. attributes) inside an admonition
- Hide a section (e.g. attributes), but keep them in the summary
Describe alternatives you've considered
I looked at the source code, and summary mirrors attributes exactly, so there is not existing way to do this without overriding templates.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
featureNew feature or requestNew feature or request

