VirtualBox

Changeset 12648 in vbox


Ignore:
Timestamp:
Sep 22, 2008 1:26:13 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
36932
Message:

Doxyfile.Core: force the right type with the *PTRTYPE() macros.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Doxyfile.Core

    r12543 r12648  
    399399# INCLUDE_FILE_PATTERNS  = later
    400400PREDEFINED             =  DOXYGEN_RUNNING __DOXYGEN__ __END_DECLS __BEGIN_DECLS VBOX
     401PREDEFINED            += RCPTRTYPE(RCType)=RCType
     402PREDEFINED            += R3PTRTYPE(R3Type)=R3Type
     403PREDEFINED            += R0PTRTYPE(R0Type)=R0Type
     404PREDEFINED            += R3R0PTRTYPE(R3R0Type)=R3R0Type
     405PREDEFINED            += HCPTRTYPE(HCType)=HCType
    401406# Fix these:
    402407# PREDEFINED            += DECLCALLBACK(a)=a
    403408# PREDEFINED            += COMGETTER(a)=get##a
    404409# PREDEFINED            += COMSETTER(a)=set##a
     410
    405411EXPAND_AS_DEFINED      = \
    406     GCTYPE \
    407     GCPTRTYPE \
    408     HCPTRTYPE \
     412    RCPTRTYPE \
    409413    R3PTRTYPE \
    410414    R0PTRTYPE \
     415    HCPTRTYPE \
    411416    R3R0PTRTYPE \
    412417    \
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