When I have an enum in C: ``` .. CMD_setCadParams = 0x88, .. ``` it shows it as `(enum <unnamed>)CMD_setCadParams = 136` hex format too would be nice here.
When I have an enum in C:
it shows it as
(enum <unnamed>)CMD_setCadParams = 136hex format too would be nice here.