Description
- Originally reported in Add [CategoryPen] to pen related events #691 (comment)
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).