VirtualBox

Changeset 90832 in vbox


Ignore:
Timestamp:
Aug 24, 2021 11:20:41 AM (3 years ago)
Author:
vboxsync
Message:

Doxygen.Core: Main API message localization adjustments. bugref:1909

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Doxyfile.Core

    r89843 r90832  
    715715    DECLARE_CLASSFACTORY_SINGLETON(a)= \
    716716    "VIRTUALBOXBASE_ADD_ERRORINFO_SUPPORT(a,b)=" \
    717     "DECLARE_EMPTY_CTOR_DTOR(a)=a(); virtual ~a();"
     717    "DECLARE_TRANSLATE_METHODS(a)=static const char *tr(const char *aSourceText, const char *aComment = NULL, const int aNum = -1);" \
     718    "DECLARE_EMPTY_CTOR_DTOR(a)=a(); virtual ~a();" \
     719    "DECLARE_COMMON_CLASS_METHODS(a)=a(); virtual ~a(); static const char *tr(const char *aSourceText, const char *aComment = NULL, const int aNum = -1);"
    718720
    719721# COM hacks from From http://www.stack.nl/~dimitri/doxygen/preprocessing.html
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette