summaryrefslogtreecommitdiff
path: root/Doxyfile.Core
diff options
context:
space:
mode:
authorvboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2021-08-24 11:20:41 +0000
committervboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2021-08-24 11:20:41 +0000
commit9ba04c28340028e79a2534629b9fdba74803fe81 (patch)
treecef041773724722b7385457290661ee99501e6a6 /Doxyfile.Core
parentcbd232627bdd418267a15da22b53762ca44ec4d9 (diff)
downloadVirtualBox-svn-9ba04c28340028e79a2534629b9fdba74803fe81.tar.gz
Doxygen.Core: Main API message localization adjustments. bugref:1909
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@90832 cfe28804-0f27-0410-a406-dd0f0b0b656f
Diffstat (limited to 'Doxyfile.Core')
-rw-r--r--Doxyfile.Core4
1 files changed, 3 insertions, 1 deletions
diff --git a/Doxyfile.Core b/Doxyfile.Core
index 34119b59bdf..ac930977e37 100644
--- a/Doxyfile.Core
+++ b/Doxyfile.Core
@@ -714,7 +714,9 @@ PREDEFINED += \
DECLARE_CLASSFACTORY()= \
DECLARE_CLASSFACTORY_SINGLETON(a)= \
"VIRTUALBOXBASE_ADD_ERRORINFO_SUPPORT(a,b)=" \
- "DECLARE_EMPTY_CTOR_DTOR(a)=a(); virtual ~a();"
+ "DECLARE_TRANSLATE_METHODS(a)=static const char *tr(const char *aSourceText, const char *aComment = NULL, const int aNum = -1);" \
+ "DECLARE_EMPTY_CTOR_DTOR(a)=a(); virtual ~a();" \
+ "DECLARE_COMMON_CLASS_METHODS(a)=a(); virtual ~a(); static const char *tr(const char *aSourceText, const char *aComment = NULL, const int aNum = -1);"
# COM hacks from From http://www.stack.nl/~dimitri/doxygen/preprocessing.html
PREDEFINED += \