From: rabuzarus <> Date: Fri, 25 Dec 2015 16:30:55 +0000 (+0100) Subject: add custom tag @hooks to doxygen X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=f3395dd6f3d0fdae5524f7c27f2c3a1474086445;p=friendica.git add custom tag @hooks to doxygen --- 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\""