It would be nice to enable MathJax support in the Doxygen generated HTML:
This can be done by setting the following Doxygen config variables:
USE_MATHJAX = YES
MATHJAX_VERSION = MathJax_3
Then regular $ ... $
fences would need to be replaced by Doxygen ones @f$ ... @f$
.