Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7304


Ignore:
Timestamp:
Aug 31, 2010, 11:46:24 PM (14 years ago)
Author:
rgrieder
Message:

The C++ preprocessor can only deal with numbers, no 'true' and 'false'.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/doc/src/libraries/core/Identifier.h

    r7300 r7304  
    303303    class ClassIdentifier : public Identifier
    304304    {
    305         #if true // doxygen workaround: doxygen ignores the following #include because of this #if, removes some warnings
    306         #define SUPER_INTRUSIVE_DECLARATION_INCLUDE
    307         #include "Super.h"
     305        #ifndef DOXYGEN_SHOULD_SKIP_THIS
     306          #define SUPER_INTRUSIVE_DECLARATION_INCLUDE
     307          #include "Super.h"
    308308        #endif
    309309
Note: See TracChangeset for help on using the changeset viewer.