Changeset 2908 for code/branches/questsystem5/doc/api/doxy.config.in
- Timestamp:
- Apr 8, 2009, 12:58:47 AM (16 years ago)
- Location:
- code/branches/questsystem5
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/questsystem5
- Property svn:mergeinfo changed
-
code/branches/questsystem5/doc/api/doxy.config.in
r2907 r2908 24 24 # if some version control system is used. 25 25 26 PROJECT_NUMBER = "@ORXONOX_VERSION@ Codename: @ORXONOX_VERSION_NAME@"26 PROJECT_NUMBER = @PROJECT_VERSION@ 27 27 28 28 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) … … 88 88 # "represents" "a" "an" "the" 89 89 90 ABBREVIATE_BRIEF = "The $name class" \ 91 "The $name widget" \ 92 "The $name file" \ 93 is \ 94 provides \ 95 specifies \ 96 contains \ 97 represents \ 98 a \ 99 an \ 100 the 90 ABBREVIATE_BRIEF = 101 91 102 92 # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then … … 111 101 # operators of the base classes will not be shown. 112 102 113 INLINE_INHERITED_MEMB = NO103 INLINE_INHERITED_MEMB = YES 114 104 115 105 # If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full … … 150 140 # explicit @brief command for a brief description. 151 141 152 JAVADOC_AUTOBRIEF = NO142 JAVADOC_AUTOBRIEF = YES 153 143 154 144 # The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make Doxygen … … 182 172 # Doxygen uses this value to replace tabs by spaces in code fragments. 183 173 184 TAB_SIZE = 4174 TAB_SIZE = 2 185 175 186 176 # This tag can be used to specify a number of aliases that acts … … 214 204 # diagrams that involve STL classes more complete and accurate. 215 205 216 BUILTIN_STL_SUPPORT = NO206 # BUILTIN_STL_SUPPORT = NO 217 207 218 208 # If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC … … 498 488 # subdirectory from a directory tree whose root is specified with the INPUT tag. 499 489 500 EXCLUDE = @CMAKE_SOURCE_DIR@/src/bullet/490 EXCLUDE = 501 491 502 492 # The EXCLUDE_SYMLINKS tag can be used select whether or not files or … … 512 502 # for example use the pattern */test/* 513 503 514 EXCLUDE_PATTERNS = */.svn/*504 EXCLUDE_PATTERNS = 515 505 516 506 # The EXAMPLE_PATH tag can be used to specify one or more files or … … 518 508 # the \include command). 519 509 520 EXAMPLE_PATH = @ CMAKE_SOURCE_DIR@/doc/examples/510 EXAMPLE_PATH = @DOXY_INPUT_DIR@ 521 511 522 512 # If the value of the EXAMPLE_PATH tag contains directories, you can use the … … 542 532 # the \image command). 543 533 544 IMAGE_PATH = @ CMAKE_SOURCE_DIR@/doc/images/534 IMAGE_PATH = @DOXY_INPUT_DIR@ 545 535 546 536 … … 579 569 # VERBATIM_HEADERS is set to NO. 580 570 581 SOURCE_BROWSER = NO571 SOURCE_BROWSER = YES 582 572 583 573 # Setting the INLINE_SOURCES tag to YES will include the body … … 590 580 # fragments. Normal C and C++ comments will always remain visible. 591 581 592 STRIP_CODE_COMMENTS = YES582 STRIP_CODE_COMMENTS = NO 593 583 594 584 # If the REFERENCED_BY_RELATION tag is set to YES (the default) … … 745 735 # probably better off using the HTML help feature. 746 736 747 GENERATE_TREEVIEW = NO737 GENERATE_TREEVIEW = YES 748 738 749 739 # If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be … … 791 781 # executive. If left blank a4wide will be used. 792 782 793 PAPER_TYPE = a4 wide783 PAPER_TYPE = a4 794 784 795 785 # The EXTRA_PACKAGES tag can be to specify one or more names of LaTeX … … 1077 1067 # will be listed. 1078 1068 1079 ALLEXTERNALS = NO1069 ALLEXTERNALS = YES 1080 1070 1081 1071 # If the EXTERNAL_GROUPS tag is set to YES all external groups will be listed … … 1145 1135 # relations between templates and their instances. 1146 1136 1147 TEMPLATE_RELATIONS = NO1137 TEMPLATE_RELATIONS = YES 1148 1138 1149 1139 # If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDE_GRAPH, and HAVE_DOT … … 1197 1187 1198 1188 DOTFILE_DIRS = 1189 1190 # The MAX_DOT_GRAPH_WIDTH tag can be used to set the maximum allowed width 1191 # (in pixels) of the graphs generated by dot. If a graph becomes larger than 1192 # this value, doxygen will try to truncate the graph, so that it fits within 1193 # the specified constraint. Beware that most browsers cannot cope with very 1194 # large images. 1195 1196 MAX_DOT_GRAPH_WIDTH = 1280 1197 1198 # The MAX_DOT_GRAPH_HEIGHT tag can be used to set the maximum allows height 1199 # (in pixels) of the graphs generated by dot. If a graph becomes larger than 1200 # this value, doxygen will try to truncate the graph, so that it fits within 1201 # the specified constraint. Beware that most browsers cannot cope with very 1202 # large images. 1203 1204 MAX_DOT_GRAPH_HEIGHT = 1024 1199 1205 1200 1206 # The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the … … 1208 1214 # the graph is not depth-constrained. 1209 1215 1210 MAX_DOT_GRAPH_DEPTH = 10001216 MAX_DOT_GRAPH_DEPTH = 0 1211 1217 1212 1218 # Set the DOT_TRANSPARENT tag to YES to generate images with a transparent … … 1224 1230 # JW 1225 1231 # DOT_MULTI_TARGETS = NO 1226 DOT_MULTI_TARGETS = NO1232 DOT_MULTI_TARGETS = YES 1227 1233 1228 1234 # If the GENERATE_LEGEND tag is set to YES (the default) Doxygen will
Note: See TracChangeset
for help on using the changeset viewer.