From 4200e6d5a2a5b87c5a638295e06e08539547a357 Mon Sep 17 00:00:00 2001 From: Le Quang Anh <43576719+Toefinder@users.noreply.github.com> Date: Wed, 25 May 2022 16:52:06 +0200 Subject: [PATCH] Allow showing formula on Doxygen doc --- doc/Doxyfile.extra.in | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/Doxyfile.extra.in b/doc/Doxyfile.extra.in index 9ca64de3..ac540fb5 100644 --- a/doc/Doxyfile.extra.in +++ b/doc/Doxyfile.extra.in @@ -8,3 +8,4 @@ ALIASES += Link{1}="\ref \1" ALIASES += Link{2}="\ref \1 \"\2\"" ALIASES += LHPP{2}="\Link{hpp::\1::\2,\2}" ALIASES += LPinocchio{1}="\LHPP{pinocchio,\1}" +USE_MATHJAX= YES -- GitLab