jothepro / doxygen-awesome-css

Custom CSS theme for doxygen html-documentation with lots of customization parameters.
https://jothepro.github.io/doxygen-awesome-css/
MIT License
1.06k stars 118 forks source link

feat: add support for "SHOW_ENUM_VALUES" option #163

Closed legerch closed 1 month ago

legerch commented 1 month ago

Doxygen 1.12.0 introduced option "SHOW_ENUM_VALUES" that allow to print values of enumerations when they are explicitly defined. This PR add the new CSS identifier used for this field entry (which is .fieldinit):

jothepro commented 1 month ago

Good catch, thank you for the contribution! 👏