Changeset 7304 for code/branches/doc/src
- Timestamp:
- Aug 31, 2010, 11:46:24 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/doc/src/libraries/core/Identifier.h
r7300 r7304 303 303 class ClassIdentifier : public Identifier 304 304 { 305 #if true // doxygen workaround: doxygen ignores the following #include because of this #if, removes some warnings306 #define SUPER_INTRUSIVE_DECLARATION_INCLUDE307 #include "Super.h"305 #ifndef DOXYGEN_SHOULD_SKIP_THIS 306 #define SUPER_INTRUSIVE_DECLARATION_INCLUDE 307 #include "Super.h" 308 308 #endif 309 309
Note: See TracChangeset
for help on using the changeset viewer.