BrunoLevy/geogram

Enable MathJax in Doxygen documentation

jdumas opened this issue · 1 comments

It would be nice to enable MathJax support in the Doxygen generated HTML:

Screenshot 2023-04-20 at 10 49 25 AM

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$.

Thanks ! (doc looks much better like that)