Skip to content

Enum members manually added to header categories do not appear in those categories #697

Open
@Susko3

Description

@Susko3

Enum members, like SDL_EVENT_PEN_BUTTON_DOWN can be manually added to categories, e.g. by adding CategoryPen to the page.

These enum members unfortunately won't show up on the category page. I think this is because they are tagged as CategoryAPIEnumerators, which doesn't appear in the auto-generated category page (closest is CategoryAPIEnum).

To fix this, you could change enum members to be in the CategoryAPIEnum, or, better yet, add a new section on the category page just for enum members, re-using the existing CategoryAPIEnumerators.


Please note that I'm not asking to automatically add enum members to categories based on their header files, that might produce too much noise on the category pages, especially for enums with lost of members (but perhaps an exhaustive list is what you want).

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions