Changeset 88182 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Mar 18, 2021 9:47:58 AM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 143338
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/Doxyfile
r85131 r88182 2110 2110 "DECLCALLBACKMEMBER(type,name,args)=type (* name) args" \ 2111 2111 "DECLCALLBACKMEMBER_EX(type,cconv,name,args)=type (* name) args" \ 2112 "DECLRCCALLBACKMEMBER(type,name,args)=type (* name) args" \ 2113 "DECLR3CALLBACKMEMBER(type,name,args)=type (* name) args" \ 2114 "DECLR0CALLBACKMEMBER(type,name,args)=type (* name) args" \ 2115 "DECLRGCALLBACKMEMBER(type,name,args)=type (* name) args" \ 2112 2116 DECLEXPORT(type)=type \ 2113 2117 DECL_EXPORT_NOTHROW(type)=type \ … … 2145 2149 R3PTRTYPE \ 2146 2150 R3R0PTRTYPE \ 2147 DECLEXPORT \2148 DECL_EXPORT_NOTHROW \2149 DECLIMPORT \2150 DECL_IMPORT_NOTHROW \2151 DECLHIDDEN \2152 DECL_HIDDEN_NOTHROW \2153 DECLASM \2154 2151 DECLASMTYPE \ 2155 DECLCALLBACKMEMBER \2156 DECLHCCALLBACKMEMBER \2157 DECLRCCALLBACKMEMBER \2158 DECLR3CALLBACKMEMBER \2159 DECLR0CALLBACKMEMBER \2160 2152 RTR3DECL \ 2161 2153 RTR0DECL \
Note:
See TracChangeset
for help on using the changeset viewer.