Changeset 7312 for code/branches/doc
- Timestamp:
- Sep 1, 2010, 12:53:46 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/doc/doc/api/doxy.config.in
r7309 r7312 125 125 # path to strip. 126 126 127 STRIP_FROM_PATH = @CMAKE_SOURCE_DIR@ 127 STRIP_FROM_PATH = @CMAKE_SOURCE_DIR@/src \ 128 @CMAKE_BINARY_DIR@/src 128 129 129 130 # The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of … … 236 237 # diagrams that involve STL classes more complete and accurate. 237 238 238 BUILTIN_STL_SUPPORT = NO239 BUILTIN_STL_SUPPORT = YES 239 240 240 241 # If you use Microsoft's C++/CLI language, you should set this option to YES to … … 383 384 # and Mac users are advised to set this option to NO. 384 385 385 CASE_SENSE_NAMES = YES386 CASE_SENSE_NAMES = NO 386 387 387 388 # If the HIDE_SCOPE_NAMES tag is set to NO (the default) then Doxygen … … 624 625 EXCLUDE = @CMAKE_SOURCE_DIR@/src/external/bullet/ \ 625 626 @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 \ 626 630 @CMAKE_SOURCE_DIR@/src/libraries/tools/bsp 627 631 … … 1296 1300 # in the INCLUDE_PATH (see below) will be search if a #include is found. 1297 1301 1298 SEARCH_INCLUDES = YES1302 SEARCH_INCLUDES = NO 1299 1303 1300 1304 # The INCLUDE_PATH tag can be used to specify one or more directories that … … 1302 1306 # the preprocessor. 1303 1307 1304 INCLUDE_PATH = 1308 INCLUDE_PATH = @DOXYGEN_INCLUDE_DIRECTORIES@ 1305 1309 1306 1310 # You can use the INCLUDE_FILE_PATTERNS tag to specify one or more wildcard
Note: See TracChangeset
for help on using the changeset viewer.