VirtualBox

Changeset 85097 in vbox


Ignore:
Timestamp:
Jul 7, 2020 7:01:21 PM (4 years ago)
Author:
vboxsync
Message:

iprt/cdefs.h,Doxyfile*: Introducing DECL_IMPORT_NOTHROW and DECL_EXPORT_NOTHROW to go with DECL_HIDDEN_NOTHROW. bugref:9794

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Doxyfile.Core

    r85091 r85097  
    583583    DECLCALLBACK(type)=type \
    584584    DECLEXPORT(type)=type \
     585    DECL_EXPORT_NOTHROW(type)=type \
    585586    DECLIMPORT(type)=type \
     587    DECL_IMPORT_NOTHROW(type)=type \
    586588    DECLHIDDEN(type)=type \
     589    DECL_HIDDEN_NOTHROW(type)=type \
    587590    DECL_HIDDEN_CONST(type)=type \
    588591    DECLASM(type)=type \
  • trunk/src/VBox/Runtime/Doxyfile

    r85091 r85097  
    21162116                         R3R0PTRTYPE \
    21172117                         DECLEXPORT \
     2118                         DECL_EXPORT_NOTHROW \
    21182119                         DECLIMPORT \
     2120                         DECL_IMPORT_NOTHROW \
    21192121                         DECLHIDDEN \
     2122                         DECL_HIDDEN_NOTHROW \
    21202123                         DECLASM \
    21212124                         DECLASMTYPE \
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