Decided to experiment with doxygen-awesome and naively picked up doxygen-1.15.0 through homebrew which was released recently. Everything worked well except for fragment background highlighting in notes and warnings blocks (and probably any other block). Doxygen is emitting new background-color css for these, which looks fine in light-theme but unreadable in dark:
Example new css being generated by doxygen:
dl.warning .tt, dl.attention .tt, dl.important .tt {
background-color: hsl(from #f8d1cc h s calc(l + -3));
}
Easy enough to use Doxygen 1.14.0 where fragment backgrounds are the default. Otherwise thanks for the lib, worked well and instructions were easy to follow.
Cheers!