diff options
| author | vboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f> | 2015-09-28 14:05:58 +0000 |
|---|---|---|
| committer | vboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f> | 2015-09-28 14:05:58 +0000 |
| commit | 8a4fc86e9c1905663fac6a4fb1a6fc2af16ed521 (patch) | |
| tree | 73ce0d3877172c99c20d1094ccc27a4009ca84da /src/VBox/Runtime/common/err/errmsg.cpp | |
| parent | 4e43ed0a5e48a454e2de7d5a1d77411b5fe3134e (diff) | |
| download | VirtualBox-svn-8a4fc86e9c1905663fac6a4fb1a6fc2af16ed521.tar.gz | |
IPRT: Doxygen clenaups (mostly).
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@57926 cfe28804-0f27-0410-a406-dd0f0b0b656f
Diffstat (limited to 'src/VBox/Runtime/common/err/errmsg.cpp')
| -rw-r--r-- | src/VBox/Runtime/common/err/errmsg.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/VBox/Runtime/common/err/errmsg.cpp b/src/VBox/Runtime/common/err/errmsg.cpp index da67bacb5e2..db9e207e9d9 100644 --- a/src/VBox/Runtime/common/err/errmsg.cpp +++ b/src/VBox/Runtime/common/err/errmsg.cpp @@ -45,7 +45,7 @@ */ static const RTSTATUSMSG g_aStatusMsgs[] = { -#ifndef IPRT_NO_ERROR_DATA +#if !defined(IPRT_NO_ERROR_DATA) && !defined(DOXYGEN_RUNNING) # include "errmsgdata.h" #else { "Success.", "Success.", "VINF_SUCCESS", 0 }, |
