VirtualBox

Changeset 58106 in vbox for trunk/include/VBox/com/defs.h


Ignore:
Timestamp:
Oct 7, 2015 5:07:25 PM (9 years ago)
Author:
vboxsync
Message:

include,misc: Corrected a bunch of doxygen errors.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/com/defs.h

    r56291 r58106  
    145145
    146146/**
    147  * Expands to @true if the given input safearray parameter is a "null pointer"
     147 * Expands to @c true if the given input safearray parameter is a "null pointer"
    148148 * which makes it impossible to use it for reading safearray data.
    149149 */
     
    180180
    181181/**
    182  * Expands to @true if the given output safearray parameter is a "null pointer"
    183  * which makes it impossible to use it for returning a safearray.
     182 * Expands to @c true if the given output safearray parameter is a "null
     183 * pointer" which makes it impossible to use it for returning a safearray.
    184184 */
    185185#define ComSafeArrayOutIsNull(aArg)     ((aArg) == NULL)
     
    241241 *  interface.
    242242 *
    243  *  @param i    interface class
     243 *  @param I    interface class
    244244 */
    245245#define COM_IIDOF(I) _ATL_IIDOF(I)
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