VirtualBox

Changeset 30094 in vbox for trunk/src


Ignore:
Timestamp:
Jun 8, 2010 2:32:25 PM (15 years ago)
Author:
vboxsync
Message:

Runtime/Doxyfile: callback_method_impl.

File:
1 edited

Legend:

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

    r26226 r30094  
    188188
    189189ALIASES                = \
    190     "note=@remark" \
     190    "note=@remark"
     191
     192# Interface method implementation macros.
     193ALIASES                += \
    191194    interface_method_impl{2}="Implements \1 method \link \1::\2 \2 \endlink @copydoc \1::\2 "
     195    interface_method_impl{3}="\3. \
     196\
     197Implements \1 method \link \1::\2 \2 \endlink @copydoc \1::\2 "
     198
     199# Callback method implementation macros.
     200ALIASES                += \
     201    callback_method_impl{1}="Implements the callback \link \1 \1  \endlink @copydoc \1 "
     202    callback_method_impl{2}="\2. \
     203\
     204Implements the callback \link \1 \1 "
    192205
    193206# Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C
Note: See TracChangeset for help on using the changeset viewer.

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