Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 1, 2010, 12:46:06 AM (14 years ago)
Author:
landauf
Message:

modified doxy.config.in

moved the comments for some defines in OrxonoxConfig.h.in and SpecialConfig.h.in on the same line as the define to avoid problems with Doxygen if the define is disabled by CMake.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/doc/src/SpecialConfig.h.in

    r7300 r7306  
    4343#include <boost/preprocessor/stringize.hpp>
    4444
    45 /// Set whether we must suffix "ceguilua/" for the CEGUILua.h include
    46 #cmakedefine CEGUILUA_USE_INTERNAL_LIBRARY
     45#cmakedefine CEGUILUA_USE_INTERNAL_LIBRARY  ///< Set whether we must suffix "ceguilua/" for the CEGUILua.h include
    4746
    48 /// Defined if a precompiled depdency package was used. We then copy all libraries too when installing.
    49 #cmakedefine DEPENDENCY_PACKAGE_ENABLE
     47#cmakedefine DEPENDENCY_PACKAGE_ENABLE      ///< Defined if a precompiled depdency package was used. We then copy all libraries too when installing.
    5048
    51 /// Orxonox either gets installed to the system or just into a folder. The latter uses relative paths.
    52 #cmakedefine INSTALL_COPYABLE
     49#cmakedefine INSTALL_COPYABLE               ///< Orxonox either gets installed to the system or just into a folder. The latter uses relative paths.
    5350
    54 /// Using MSVC or XCode IDE
    55 #cmakedefine CMAKE_CONFIGURATION_TYPES
     51#cmakedefine CMAKE_CONFIGURATION_TYPES      ///< Using MSVC or XCode IDE
    5652
    5753// Handle default ConfigValues
     
    112108} }
    113109
    114 /// Use main() or WinMain()?
    115 #cmakedefine ORXONOX_USE_WINMAIN
     110#cmakedefine ORXONOX_USE_WINMAIN  ///< Using MSVC or XCode IDE
    116111
    117112#endif /* _SpecialConfig_H__ */
Note: See TracChangeset for help on using the changeset viewer.