Open Thalley opened 1 day ago
@Thalley what you're suggesting is definitely possible, but in the interest of keeping things more concise in the "summary" section, how about just dropping the enum values, since can always click to get the nicely formatted (and more detailed) table?
Your proposition/ask (note how this takes A LOT more vertical space, with limited added value IMO)
Yeah, that works too, since we have a nice overview when clicking on a specific enum.
Not sure whether not having the literal values visible is a downside for some users though
Is your enhancement proposal related to a problem? Please describe. Today enums are just a long string it seems, which isn't very readable.
For example at https://docs.zephyrproject.org/latest/doxygen/html/group__bt__audio.html we have
If you go to a specific enum it's show as
which is much more readable.
Describe the solution you'd like If we want to keep the enum declarations like above, then instead of
it should be
Describe alternatives you've considered N/A
Additional context N/A