Changeset 6085 for code/trunk
- Timestamp:
- Nov 18, 2009, 11:14:55 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/doc/api/doxy.config.in
r6083 r6085 475 475 INPUT = @CMAKE_SOURCE_DIR@/src \ 476 476 @CMAKE_CURRENT_SOURCE_DIR@ \ 477 @CMAKE_BINARY_DIR@/src 477 @CMAKE_BINARY_DIR@/src/OrxonoxConfig.h \ 478 @CMAKE_BINARY_DIR@/src/SpecialConfig.h 478 479 479 480 # If the value of the INPUT tag contains directories, you can use the … … 501 502 # subdirectory from a directory tree whose root is specified with the INPUT tag. 502 503 503 EXCLUDE = @CMAKE_SOURCE_DIR@/src/external/bullet/ \ 504 @CMAKE_BINARY_DIR@/src/external/bullet/ 504 EXCLUDE = @CMAKE_SOURCE_DIR@/src/external/bullet/ 505 505 506 506 # The EXCLUDE_SYMLINKS tag can be used select whether or not files or … … 1118 1118 # have no effect if this option is set to NO (the default) 1119 1119 1120 HAVE_DOT = @DOXYGEN_DOT_FOUND@1120 HAVE_DOT = NO 1121 1121 1122 1122 # If the CLASS_GRAPH and HAVE_DOT tags are set to YES then doxygen
Note: See TracChangeset
for help on using the changeset viewer.