VirtualBox

Changeset 25647 in vbox for trunk/include/iprt


Ignore:
Timestamp:
Jan 5, 2010 9:59:19 AM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
56357
Message:

Some more doxygen fixes, now for Core.docs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/assert.h

    r25645 r25647  
    403403 */
    404404
     405
    405406/** @def RTASSERT_QUIET
    406407 * This can be defined to shut up the messages for a file where this would be
    407408 * problematic because the message printing code path passes thru it.
    408409 * @internal */
    409 #ifdef RTASSERT_QUIET
     410#ifdef DOXYGEN_RUNNING
     411# define RTASSERT_QUIET
     412#endif
     413#if defined(RTASSERT_QUIET) && !defined(DOXYGEN_RUNNING)
    410414# define RTAssertMsg1Weak(pszExpr, uLine, pszfile, pszFunction) \
    411415                                do { } while (0)
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