From ce60c747b843f45746d1e87977ab6fbe120e4faa Mon Sep 17 00:00:00 2001 From: Joseph Mirabel <jmirabel@laas.fr> Date: Tue, 16 Dec 2014 13:27:45 +0100 Subject: [PATCH] Fix bug in documentation. --- doc/Doxyfile.extra.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/Doxyfile.extra.in b/doc/Doxyfile.extra.in index f1b42d01..38db5b72 100644 --- a/doc/Doxyfile.extra.in +++ b/doc/Doxyfile.extra.in @@ -10,5 +10,5 @@ HTML_EXTRA_FILES = @CMAKE_SOURCE_DIR@/doc/ObjectManipulation_MasterThesis_Joseph ALIASES += Link{1}="\ref \1" ALIASES += Link{2}="\ref \1 \"\2\"" -ALIASES += LHPP{2}="\Link{hpp::\1::\2, \2}" -ALIASES += LModel{1}="\LHPP{model, \1}" +ALIASES += LHPP{2}="\Link{hpp::\1::\2,\2}" +ALIASES += LModel{1}="\LHPP{model,\1}" -- GitLab