Changeset 85097 in vbox
- Timestamp:
- Jul 7, 2020 7:01:21 PM (4 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
Doxyfile.Core (modified) (1 diff)
-
src/VBox/Runtime/Doxyfile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Doxyfile.Core
r85091 r85097 583 583 DECLCALLBACK(type)=type \ 584 584 DECLEXPORT(type)=type \ 585 DECL_EXPORT_NOTHROW(type)=type \ 585 586 DECLIMPORT(type)=type \ 587 DECL_IMPORT_NOTHROW(type)=type \ 586 588 DECLHIDDEN(type)=type \ 589 DECL_HIDDEN_NOTHROW(type)=type \ 587 590 DECL_HIDDEN_CONST(type)=type \ 588 591 DECLASM(type)=type \ -
trunk/src/VBox/Runtime/Doxyfile
r85091 r85097 2116 2116 R3R0PTRTYPE \ 2117 2117 DECLEXPORT \ 2118 DECL_EXPORT_NOTHROW \ 2118 2119 DECLIMPORT \ 2120 DECL_IMPORT_NOTHROW \ 2119 2121 DECLHIDDEN \ 2122 DECL_HIDDEN_NOTHROW \ 2120 2123 DECLASM \ 2121 2124 DECLASMTYPE \
Note:
See TracChangeset
for help on using the changeset viewer.

