Changeset 2907 for code/branches/questsystem5/doc
- Timestamp:
- Apr 8, 2009, 12:36:08 AM (16 years ago)
- Location:
- code/branches/questsystem5
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/questsystem5
- Property svn:mergeinfo changed
-
code/branches/questsystem5/doc/api/doxy.config.in
r2710 r2907 24 24 # if some version control system is used. 25 25 26 PROJECT_NUMBER = @PROJECT_VERSION@26 PROJECT_NUMBER = "@ORXONOX_VERSION@ Codename: @ORXONOX_VERSION_NAME@" 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 = 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 91 101 92 102 # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then … … 101 111 # operators of the base classes will not be shown. 102 112 103 INLINE_INHERITED_MEMB = YES113 INLINE_INHERITED_MEMB = NO 104 114 105 115 # If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full … … 140 150 # explicit @brief command for a brief description. 141 151 142 JAVADOC_AUTOBRIEF = YES152 JAVADOC_AUTOBRIEF = NO 143 153 144 154 # The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make Doxygen … … 172 182 # Doxygen uses this value to replace tabs by spaces in code fragments. 173 183 174 TAB_SIZE = 2184 TAB_SIZE = 4 175 185 176 186 # This tag can be used to specify a number of aliases that acts … … 204 214 # diagrams that involve STL classes more complete and accurate. 205 215 206 #BUILTIN_STL_SUPPORT = NO216 BUILTIN_STL_SUPPORT = NO 207 217 208 218 # If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC … … 488 498 # subdirectory from a directory tree whose root is specified with the INPUT tag. 489 499 490 EXCLUDE = 500 EXCLUDE = @CMAKE_SOURCE_DIR@/src/bullet/ 491 501 492 502 # The EXCLUDE_SYMLINKS tag can be used select whether or not files or … … 502 512 # for example use the pattern */test/* 503 513 504 EXCLUDE_PATTERNS = 514 EXCLUDE_PATTERNS = */.svn/* 505 515 506 516 # The EXAMPLE_PATH tag can be used to specify one or more files or … … 508 518 # the \include command). 509 519 510 EXAMPLE_PATH = @ DOXY_INPUT_DIR@520 EXAMPLE_PATH = @CMAKE_SOURCE_DIR@/doc/examples/ 511 521 512 522 # If the value of the EXAMPLE_PATH tag contains directories, you can use the … … 532 542 # the \image command). 533 543 534 IMAGE_PATH = @ DOXY_INPUT_DIR@544 IMAGE_PATH = @CMAKE_SOURCE_DIR@/doc/images/ 535 545 536 546 … … 569 579 # VERBATIM_HEADERS is set to NO. 570 580 571 SOURCE_BROWSER = YES581 SOURCE_BROWSER = NO 572 582 573 583 # Setting the INLINE_SOURCES tag to YES will include the body … … 580 590 # fragments. Normal C and C++ comments will always remain visible. 581 591 582 STRIP_CODE_COMMENTS = NO592 STRIP_CODE_COMMENTS = YES 583 593 584 594 # If the REFERENCED_BY_RELATION tag is set to YES (the default) … … 735 745 # probably better off using the HTML help feature. 736 746 737 GENERATE_TREEVIEW = YES747 GENERATE_TREEVIEW = NO 738 748 739 749 # If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be … … 781 791 # executive. If left blank a4wide will be used. 782 792 783 PAPER_TYPE = a4 793 PAPER_TYPE = a4wide 784 794 785 795 # The EXTRA_PACKAGES tag can be to specify one or more names of LaTeX … … 1067 1077 # will be listed. 1068 1078 1069 ALLEXTERNALS = YES1079 ALLEXTERNALS = NO 1070 1080 1071 1081 # If the EXTERNAL_GROUPS tag is set to YES all external groups will be listed … … 1135 1145 # relations between templates and their instances. 1136 1146 1137 TEMPLATE_RELATIONS = YES1147 TEMPLATE_RELATIONS = NO 1138 1148 1139 1149 # If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDE_GRAPH, and HAVE_DOT … … 1187 1197 1188 1198 DOTFILE_DIRS = 1189 1190 # The MAX_DOT_GRAPH_WIDTH tag can be used to set the maximum allowed width1191 # (in pixels) of the graphs generated by dot. If a graph becomes larger than1192 # this value, doxygen will try to truncate the graph, so that it fits within1193 # the specified constraint. Beware that most browsers cannot cope with very1194 # large images.1195 1196 MAX_DOT_GRAPH_WIDTH = 12801197 1198 # The MAX_DOT_GRAPH_HEIGHT tag can be used to set the maximum allows height1199 # (in pixels) of the graphs generated by dot. If a graph becomes larger than1200 # this value, doxygen will try to truncate the graph, so that it fits within1201 # the specified constraint. Beware that most browsers cannot cope with very1202 # large images.1203 1204 MAX_DOT_GRAPH_HEIGHT = 10241205 1199 1206 1200 # The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the … … 1214 1208 # the graph is not depth-constrained. 1215 1209 1216 MAX_DOT_GRAPH_DEPTH = 01210 MAX_DOT_GRAPH_DEPTH = 1000 1217 1211 1218 1212 # Set the DOT_TRANSPARENT tag to YES to generate images with a transparent … … 1230 1224 # JW 1231 1225 # DOT_MULTI_TARGETS = NO 1232 DOT_MULTI_TARGETS = YES1226 DOT_MULTI_TARGETS = NO 1233 1227 1234 1228 # If the GENERATE_LEGEND tag is set to YES (the default) Doxygen will
Note: See TracChangeset
for help on using the changeset viewer.