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/doc/api/doxy.config.in

    r7302 r7306  
    424424# If the SORT_MEMBERS_CTORS_1ST tag is set to YES then doxygen will sort the (brief and detailed) documentation of class members so that constructors and destructors are listed first. If set to NO (the default) the constructors will appear in the respective orders defined by SORT_MEMBER_DOCS and SORT_BRIEF_DOCS. This tag will be ignored for brief docs if SORT_BRIEF_DOCS is set to NO and ignored for detailed docs if SORT_MEMBER_DOCS is set to NO.
    425425
    426 SORT_MEMBERS_CTORS_1ST = NO
     426SORT_MEMBERS_CTORS_1ST = YES
    427427
    428428# If the SORT_GROUP_NAMES tag is set to YES then doxygen will sort the
     
    440440# alphabetical list.
    441441
    442 SORT_BY_SCOPE_NAME     = NO
     442SORT_BY_SCOPE_NAME     = YES
    443443
    444444# The GENERATE_TODOLIST tag can be used to enable (YES) or
     
    622622# subdirectory from a directory tree whose root is specified with the INPUT tag.
    623623
    624 EXCLUDE                = @CMAKE_SOURCE_DIR@/src/external/bullet/
     624EXCLUDE                = @CMAKE_SOURCE_DIR@/src/external/bullet/ \
     625                         @CMAKE_SOURCE_DIR@/src/external/cpptcl/ \
     626                         @CMAKE_SOURCE_DIR@/src/libraries/tools/bsp
    625627
    626628# The EXCLUDE_SYMLINKS tag can be used select whether or not files or
     
    644646# AClass::ANamespace, ANamespace::*Test
    645647
    646 EXCLUDE_SYMBOLS        =
     648EXCLUDE_SYMBOLS        = orxonox::detail
    647649
    648650# The EXAMPLE_PATH tag can be used to specify one or more files or
Note: See TracChangeset for help on using the changeset viewer.