aboutsummaryrefslogtreecommitdiff
path: root/docs/doxygen.conf
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2023-06-08 18:43:18 +0300
committerKimplul <kimi.h.kuparinen@gmail.com>2023-06-08 18:43:18 +0300
commitdd10667c56b943c19436c6540946f9ad0f71d257 (patch)
tree407bb9cea33344831c17347183303e8de0200b78 /docs/doxygen.conf
parenta8540ed5cc382ac71716b9978862e57edf274d77 (diff)
downloadkmi-dd10667c56b943c19436c6540946f9ad0f71d257.tar.gz
kmi-dd10667c56b943c19436c6540946f9ad0f71d257.zip
add fast userspace return to do_ipc
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 71a053c..3cb6ca3 100644
--- a/docs/doxygen.conf
+++ b/docs/doxygen.conf
@@ -2337,7 +2337,8 @@ INCLUDE_FILE_PATTERNS =
PREDEFINED = DEBUG \
__GNUC__ \
riscv64 \
- riscv32
+ riscv32 \
+ ASSERT
# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
# tag can be used to specify a list of macro names that should be expanded. The