Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 31, 2010, 11:19:49 PM (14 years ago)
Author:
landauf
Message:

fixed the remaining doxygen warnings.

there are still 3 possible cases which produce a warning, but I can't fix them and they are all irrelevant:

  • if you declare an argument completion function
  • if you use an argument completion function
  • if you declare a console command and pass a value which contains "::" (for example KeybindMode::OnHold or AccessLevel::Master)
File:
1 edited

Legend:

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

    r7297 r7300  
    303303    class ClassIdentifier : public Identifier
    304304    {
     305        #if true // doxygen workaround: doxygen ignores the following #include because of this #if, removes some warnings
    305306        #define SUPER_INTRUSIVE_DECLARATION_INCLUDE
    306307        #include "Super.h"
     308        #endif
    307309
    308310        public:
Note: See TracChangeset for help on using the changeset viewer.