From f3395dd6f3d0fdae5524f7c27f2c3a1474086445 Mon Sep 17 00:00:00 2001 From: rabuzarus <> Date: Fri, 25 Dec 2015 17:30:55 +0100 Subject: [PATCH] add custom tag @hooks to doxygen --- util/Doxyfile | 1 + 1 file changed, 1 insertion(+) diff --git a/util/Doxyfile b/util/Doxyfile index 4527c4ca67..8159ccc304 100644 --- a/util/Doxyfile +++ b/util/Doxyfile @@ -21,3 +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\""