Changeset 10266
- Timestamp:
- Feb 12, 2015, 2:51:41 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/doc/api/doxy.config.in
r8351 r10266 39 39 # where doxygen was started. If left blank the current directory will be used. 40 40 41 OUTPUT_DIRECTORY = @DOXY_OUTPUT_DIR@41 OUTPUT_DIRECTORY = "@DOXY_OUTPUT_DIR@" 42 42 43 43 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create … … 125 125 # path to strip. 126 126 127 STRIP_FROM_PATH = @CMAKE_SOURCE_DIR@/src\128 @CMAKE_BINARY_DIR@/src127 STRIP_FROM_PATH = "@CMAKE_SOURCE_DIR@/src" \ 128 "@CMAKE_BINARY_DIR@/src" 129 129 130 130 # The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of … … 135 135 # are normally passed to the compiler using the -I flag. 136 136 137 STRIP_FROM_INC_PATH = @DOXYGEN_INCLUDE_DIRECTORIES@137 STRIP_FROM_INC_PATH = "@DOXYGEN_INCLUDE_DIRECTORIES@" 138 138 139 139 # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter … … 586 586 # with spaces. 587 587 588 INPUT = @CMAKE_SOURCE_DIR@/src\589 @CMAKE_CURRENT_SOURCE_DIR@\590 @CMAKE_BINARY_DIR@/src/OrxonoxConfig.h\591 @CMAKE_BINARY_DIR@/src/SpecialConfig.h\592 @INTERNAL_DOCFILE@588 INPUT = "@CMAKE_SOURCE_DIR@/src" \ 589 "@CMAKE_CURRENT_SOURCE_DIR@" \ 590 "@CMAKE_BINARY_DIR@/src/OrxonoxConfig.h" \ 591 "@CMAKE_BINARY_DIR@/src/SpecialConfig.h" \ 592 "@INTERNAL_DOCFILE@" 593 593 594 594 # This tag can be used to specify the character encoding of the source files … … 624 624 # subdirectory from a directory tree whose root is specified with the INPUT tag. 625 625 626 EXCLUDE = @CMAKE_SOURCE_DIR@/src/external/bullet/ \ 627 @CMAKE_SOURCE_DIR@/src/external/cpptcl/ \ 628 @CMAKE_SOURCE_DIR@/src/libraries/core/command/IOConsoleWindows.h \ 629 @CMAKE_SOURCE_DIR@/src/libraries/core/command/IOConsoleWindows.cc \ 630 @CMAKE_SOURCE_DIR@/src/libraries/tools/bsp \ 626 EXCLUDE = "@CMAKE_SOURCE_DIR@/src/external/bullet/" \ 627 "@CMAKE_SOURCE_DIR@/src/external/cpptcl/" \ 628 "@CMAKE_SOURCE_DIR@/src/libraries/core/command/IOConsoleWindows.h" \ 629 "@CMAKE_SOURCE_DIR@/src/libraries/core/command/IOConsoleWindows.cc" \ 630 "@CMAKE_SOURCE_DIR@/src/libraries/tools/bsp" \ 631 "@CMAKE_SOURCE_DIR@/src/external/enet/docs" \ 631 632 632 633 # The EXCLUDE_SYMLINKS tag can be used select whether or not files or … … 656 657 # the \include command). 657 658 658 EXAMPLE_PATH = @CMAKE_CURRENT_SOURCE_DIR@/examples/659 EXAMPLE_PATH = "@CMAKE_CURRENT_SOURCE_DIR@/examples/" 659 660 660 661 # If the value of the EXAMPLE_PATH tag contains directories, you can use the … … 680 681 # the \image command). 681 682 682 IMAGE_PATH = @CMAKE_CURRENT_SOURCE_DIR@/images/683 IMAGE_PATH = "@CMAKE_CURRENT_SOURCE_DIR@/images/" 683 684 684 685 # The INPUT_FILTER tag can be used to specify a program that doxygen should … … 1368 1369 # a tag file that is based on the input files it reads. 1369 1370 1370 GENERATE_TAGFILE = @DOXY_OUTPUT_DIR@/html/@PROJECT_NAME@.TAGFILE1371 GENERATE_TAGFILE = "@DOXY_OUTPUT_DIR@/html/@PROJECT_NAME@.TAGFILE" 1371 1372 1372 1373 # If the ALLEXTERNALS tag is set to YES all external classes will be listed … … 1526 1527 # found. If left blank, it is assumed the dot tool can be found in the path. 1527 1528 1528 DOT_PATH = @DOXYGEN_DOT_EXECUTABLE_PATH@1529 DOT_PATH = "@DOXYGEN_DOT_EXECUTABLE_PATH@" 1529 1530 1530 1531 # The DOTFILE_DIRS tag can be used to specify one or more directories that … … 1532 1533 # \dotfile command). 1533 1534 1534 DOTFILE_DIRS = @CMAKE_CURRENT_SOURCE_DIR@/dot1535 DOTFILE_DIRS = "@CMAKE_CURRENT_SOURCE_DIR@/dot" 1535 1536 1536 1537 # The DOT_GRAPH_MAX_NODES tag can be used to set the maximum number of
Note: See TracChangeset
for help on using the changeset viewer.