Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7312


Ignore:
Timestamp:
Sep 1, 2010, 12:53:46 PM (14 years ago)
Author:
rgrieder
Message:

Changed some doxygen options. See the docs for explanations.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/doc/doc/api/doxy.config.in

    r7309 r7312  
    125125# path to strip.
    126126
    127 STRIP_FROM_PATH        = @CMAKE_SOURCE_DIR@
     127STRIP_FROM_PATH        = @CMAKE_SOURCE_DIR@/src \
     128                         @CMAKE_BINARY_DIR@/src
    128129
    129130# The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of
     
    236237# diagrams that involve STL classes more complete and accurate.
    237238
    238 BUILTIN_STL_SUPPORT    = NO
     239BUILTIN_STL_SUPPORT    = YES
    239240
    240241# If you use Microsoft's C++/CLI language, you should set this option to YES to
     
    383384# and Mac users are advised to set this option to NO.
    384385
    385 CASE_SENSE_NAMES       = YES
     386CASE_SENSE_NAMES       = NO
    386387
    387388# If the HIDE_SCOPE_NAMES tag is set to NO (the default) then Doxygen
     
    624625EXCLUDE                = @CMAKE_SOURCE_DIR@/src/external/bullet/ \
    625626                         @CMAKE_SOURCE_DIR@/src/external/cpptcl/ \
     627                         @CMAKE_SOURCE_DIR@/src/external/ceguilua/ceguilua-0.5.0 \
     628                         @CMAKE_SOURCE_DIR@/src/external/ceguilua/ceguilua-0.6.0 \
     629                         @CMAKE_SOURCE_DIR@/src/external/ceguilua/ceguilua-0.6.1 \
    626630                         @CMAKE_SOURCE_DIR@/src/libraries/tools/bsp
    627631
     
    12961300# in the INCLUDE_PATH (see below) will be search if a #include is found.
    12971301
    1298 SEARCH_INCLUDES        = YES
     1302SEARCH_INCLUDES        = NO
    12991303
    13001304# The INCLUDE_PATH tag can be used to specify one or more directories that
     
    13021306# the preprocessor.
    13031307
    1304 INCLUDE_PATH           =
     1308INCLUDE_PATH           = @DOXYGEN_INCLUDE_DIRECTORIES@
    13051309
    13061310# You can use the INCLUDE_FILE_PATTERNS tag to specify one or more wildcard
Note: See TracChangeset for help on using the changeset viewer.