aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/doxygen.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/doxygen.conf b/docs/doxygen.conf
index 98c7c4b..bc5fb73 100644
--- a/docs/doxygen.conf
+++ b/docs/doxygen.conf
@@ -269,7 +269,8 @@ TAB_SIZE = 4
# commands \{ and \} for these it is advised to use the version @{ and @} or use
# a double escape (\\{ and \\})
-ALIASES = "global=\warning Global variable."
+ALIASES += "global=\warning Global variable.^^"
+ALIASES += "sideeffects=\warning Expression is evaluated multiple times.^^"
# Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources
# only. Doxygen will then generate output that is more tailored for C. For