From ff68bee174418f8d1bdd5f95c7df287a006187cd Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Sat, 29 Nov 2025 22:49:54 +0100 Subject: [PATCH] Doxygen: New tag @sideeffect Use this tag to document unexpected side effects of an API. --- util/Doxyfile | 1 + 1 file changed, 1 insertion(+) diff --git a/util/Doxyfile b/util/Doxyfile index faf7e13a8..89fbde565 100755 --- a/util/Doxyfile +++ b/util/Doxyfile @@ -25,6 +25,7 @@ ALIASES += "TODO=\todo" ALIASES += "BUG=\bug" ALIASES += "hooks=\xrefitem hooks \"Hooks\" \"Hooks List\"" ALIASES += "HOOKS=\hooks" +ALIASES += sideeffect="\par Side effect^^" # Output QUIET = YES WARNINGS = YES