VirtualBox

Changeset 99758 in vbox for trunk/src/VBox/Runtime/Doxyfile


Ignore:
Timestamp:
May 11, 2023 9:37:59 PM (2 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
157349
Message:

IPRT: Make doxygen 1.9.6 happy. Mostly removing duplicate docs (iprt is documented in the header files). bugref:10442

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/Doxyfile

    r99739 r99758  
    248248ALIASES += ecma{3}="<a href=\"https://www.ecma-international.org/publications/files/ECMA-ST/Ecma-\1.pdf#page=\3\">ECMA-\1:\2</a>"
    249249# ECMA-167 spec reference - 1=part 2=section, 3=page
    250 ALIASES += ecma167{3}=\ecma{167,Part\1/\2,\3}
     250ALIASES += "ecma167{3}=\ecma{167,Part\1/\2,\3}"
    251251
    252252# This tag can be used to specify a number of word-keyword mappings (TCL only).
     
    16671667# This tag requires that the tag GENERATE_LATEX is set to YES.
    16681668
    1669 PAPER_TYPE             = a4wide
     1669PAPER_TYPE             = a4
    16701670
    16711671# The EXTRA_PACKAGES tag can be used to specify one or more LaTeX package names
     
    21402140    RTCALL=
    21412141
     2142# context hacks.
     2143PREDEFINED            += RCPTRTYPE(RCType)=RCType
     2144PREDEFINED            += R3PTRTYPE(R3Type)=R3Type
     2145PREDEFINED            += R0PTRTYPE(R0Type)=R0Type
     2146PREDEFINED            += HCPTRTYPE(HCType)=HCType
     2147PREDEFINED            += R3R0PTRTYPE(R3R0Type)=R3R0Type
     2148PREDEFINED += \
     2149        "CTX_SUFF(var)=var##R3" \
     2150        "CTX_SUFF_Z(var)=var##RZ" \
     2151        "CTX_MID(first,last)=firstr##R3##last" \
     2152        "CTX_MID_Z(first,last)=firstr##RZ##last" \
     2153
    21422154# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
    21432155# tag can be used to specify a list of macro names that should be expanded. The
     
    21542166                         GCTYPE \
    21552167                         GCPTRTYPE \
    2156                          HCPTRTYPE \
    2157                          R0PTRTYPE \
    2158                          R3PTRTYPE \
    2159                          R3R0PTRTYPE \
    21602168                         DECLASMTYPE \
    21612169                         RTR3DECL \
Note: See TracChangeset for help on using the changeset viewer.

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