summaryrefslogtreecommitdiff
path: root/Doxyfile.Core
diff options
context:
space:
mode:
authorvboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2017-04-10 14:10:02 +0000
committervboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2017-04-10 14:10:02 +0000
commit049142ac795fc534ffb93f29da7eeb0279c3421b (patch)
treefdcae227605919aae814a02288f1d0ff1482c7c9 /Doxyfile.Core
parent4d0b96b437646d05d8d302ef7cd171c227628e0e (diff)
downloadVirtualBox-svn-049142ac795fc534ffb93f29da7eeb0279c3421b.tar.gz
Another doxygen fix
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@66499 cfe28804-0f27-0410-a406-dd0f0b0b656f
Diffstat (limited to 'Doxyfile.Core')
-rw-r--r--Doxyfile.Core6
1 files changed, 5 insertions, 1 deletions
diff --git a/Doxyfile.Core b/Doxyfile.Core
index 1810d100e6c..c1eea85ed25 100644
--- a/Doxyfile.Core
+++ b/Doxyfile.Core
@@ -817,7 +817,11 @@ EXPAND_AS_DEFINED = \
VMMRCDECL \
VMMR0DECL \
VMMR3DECL \
- VMM_INT_DECL
+ VMM_INT_DECL \
+ VD_BACKEND_CALLBACK_GET_COMMENT_DEF_NOT_SUPPORTED \
+ VD_BACKEND_CALLBACK_SET_COMMENT_DEF_NOT_SUPPORTED \
+ VD_BACKEND_CALLBACK_GET_UUID_DEF_NOT_SUPPORTED \
+ VD_BACKEND_CALLBACK_SET_UUID_DEF_NOT_SUPPORTED
SKIP_FUNCTION_MACROS = NO
#---------------------------------------------------------------------------