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/SpecialConfig.h.in

    r5781 r7300  
    4343#include <boost/preprocessor/stringize.hpp>
    4444
    45 /**
    46 @def CEGUILUA_USE_INTERNAL_LIBRARY
    47     Set whether we must suffix "ceguilua/" for the CEGUILua.h include
    48 */
     45/// Set whether we must suffix "ceguilua/" for the CEGUILua.h include
    4946#cmakedefine CEGUILUA_USE_INTERNAL_LIBRARY
    5047
    51 /**
    52 @def DEPENDENCY_PACKAGE_ENABLE
    53     Defined if a precompiled depdency package was used. We then copy all libraries
    54     too when installing.
    55 */
     48/// Defined if a precompiled depdency package was used. We then copy all libraries too when installing.
    5649#cmakedefine DEPENDENCY_PACKAGE_ENABLE
    5750
    58 /**
    59 @def INSTALL_COPYABLE
    60     Orxonox either gets installed to the system or just into a folder.
    61     The latter uses relative paths.
    62 */
     51/// Orxonox either gets installed to the system or just into a folder. The latter uses relative paths.
    6352#cmakedefine INSTALL_COPYABLE
    6453
    65 /**
    66 @def CMAKE_CONFIGURATION_TYPES
    67     Using MSVC or XCode IDE
    68 */
     54/// Using MSVC or XCode IDE
    6955#cmakedefine CMAKE_CONFIGURATION_TYPES
    7056
     
    126112} }
    127113
    128 /**
    129 @def ORXONOX_USE_WINMAIN
    130     Use main() or WinMain()?
    131 */
     114/// Use main() or WinMain()?
    132115#cmakedefine ORXONOX_USE_WINMAIN
    133116
Note: See TracChangeset for help on using the changeset viewer.