From be2d6fa85e204a19affebde8da22aa1499639333 Mon Sep 17 00:00:00 2001 From: rabuzarus <> Date: Fri, 25 Dec 2015 18:37:38 +0100 Subject: [PATCH] little fix for @hooks in Doxyfile --- util/Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/Doxyfile b/util/Doxyfile index 8159ccc304..e3a3e36f1d 100644 --- a/util/Doxyfile +++ b/util/Doxyfile @@ -21,4 +21,4 @@ ALIASES += "fixme=\xrefitem fixme \"Fixme\" \"Fixme List\"" ALIASES += "FIXME=\fixme" ALIASES += "TODO=\todo" ALIASES += "BUG=\bug" -ALIASES += "hooks{1}=\xrefitem hooks \"Hooks\" \"Hooks List\"" +ALIASES += "hooks=\xrefitem hooks \"Hooks\" \"Hooks List\""