summaryrefslogtreecommitdiff
path: root/src/VBox/Runtime/Doxyfile
diff options
context:
space:
mode:
authorvboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2023-05-11 01:01:08 +0000
committervboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2023-05-11 01:01:08 +0000
commite70d817fc58fe57d35cc482f775d14867d9a3829 (patch)
treeee329e28a974a3d303c8306edf82d7f2b2dd5519 /src/VBox/Runtime/Doxyfile
parentf6e04aac8a5c0dec9b9a5a338813733293f8815b (diff)
downloadVirtualBox-svn-e70d817fc58fe57d35cc482f775d14867d9a3829.tar.gz
*: doxygen corrections (mostly about removing @returns from functions returning void).
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@99739 cfe28804-0f27-0410-a406-dd0f0b0b656f
Diffstat (limited to 'src/VBox/Runtime/Doxyfile')
-rw-r--r--src/VBox/Runtime/Doxyfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/VBox/Runtime/Doxyfile b/src/VBox/Runtime/Doxyfile
index c3b5d01429d..5a0d39746a3 100644
--- a/src/VBox/Runtime/Doxyfile
+++ b/src/VBox/Runtime/Doxyfile
@@ -2135,6 +2135,8 @@ PREDEFINED += \
RT_ASM_DECL_PRAGMA_WATCOM(type)=type \
RT_ASM_DECL_PRAGMA_WATCOM_386(type)=type \
DECLNORETURN(type)=type \
+ DECL_CHECK_RETURN(type)=type \
+ DECL_CHECK_RETURN_NOT_R3(type)=type \
RTCALL=
# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this