aboutsummaryrefslogtreecommitdiff
path: root/docs/doxygen.conf
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2022-06-02 22:29:58 +0300
committerKimplul <kimi.h.kuparinen@gmail.com>2022-06-02 22:29:58 +0300
commitfb8d4be0b18b4c239e4a1eeb93a13e03515fc030 (patch)
treeab8d234c99cefa6ae9dbc04eb248b7d50cdba5d6 /docs/doxygen.conf
parentb5e6a74635eba8e6c5fe0a614c6f578380fb1196 (diff)
downloadkmi-fb8d4be0b18b4c239e4a1eeb93a13e03515fc030.tar.gz
kmi-fb8d4be0b18b4c239e4a1eeb93a13e03515fc030.zip
continue documentation
Diffstat (limited to 'docs/doxygen.conf')
-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