Changeset 101689 in vbox for trunk/src/VBox/Runtime/Doxyfile
- Timestamp:
- Oct 31, 2023 1:14:45 PM (16 months ago)
- svn:sync-xref-src-repo-rev:
- 159781
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/Doxyfile
r99759 r101689 2344 2344 DECL_NOTHROW(a_RetType)=a_RetType \ 2345 2345 "DECLINLINE(type)=inline type" \ 2346 DECL_INLINE_THROW(type)=DECLINLINE(type) \ 2347 DECL_FORCE_INLINE(type)=DECLINLINE(type) \ 2346 "DECL_INLINE_THROW(type)=inline type" \ 2347 "DECL_FORCE_INLINE(type)=inline type" \ 2348 "DECL_FORCE_INLINE_THROW(type)=inline type" \ 2348 2349 DECL_NO_INLINE(type)=type \ 2349 2350 DECL_NO_RETURN(type)=type \
Note:
See TracChangeset
for help on using the changeset viewer.