Changeset 2874
- Timestamp:
- Mar 31, 2009, 12:10:42 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/doc/api/doxy.config.in
r2710 r2874 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 … … 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 = src/bullet/ \ 501 .svn/ 491 502 492 503 # The EXCLUDE_SYMLINKS tag can be used select whether or not files or … … 569 580 # VERBATIM_HEADERS is set to NO. 570 581 571 SOURCE_BROWSER = YES582 SOURCE_BROWSER = NO 572 583 573 584 # Setting the INLINE_SOURCES tag to YES will include the body … … 580 591 # fragments. Normal C and C++ comments will always remain visible. 581 592 582 STRIP_CODE_COMMENTS = NO593 STRIP_CODE_COMMENTS = YES 583 594 584 595 # If the REFERENCED_BY_RELATION tag is set to YES (the default) … … 735 746 # probably better off using the HTML help feature. 736 747 737 GENERATE_TREEVIEW = YES748 GENERATE_TREEVIEW = NO 738 749 739 750 # If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be … … 781 792 # executive. If left blank a4wide will be used. 782 793 783 PAPER_TYPE = a4 794 PAPER_TYPE = a4wide 784 795 785 796 # The EXTRA_PACKAGES tag can be to specify one or more names of LaTeX … … 1067 1078 # will be listed. 1068 1079 1069 ALLEXTERNALS = YES1080 ALLEXTERNALS = NO 1070 1081 1071 1082 # If the EXTERNAL_GROUPS tag is set to YES all external groups will be listed … … 1135 1146 # relations between templates and their instances. 1136 1147 1137 TEMPLATE_RELATIONS = YES1148 TEMPLATE_RELATIONS = NO 1138 1149 1139 1150 # If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDE_GRAPH, and HAVE_DOT … … 1214 1225 # the graph is not depth-constrained. 1215 1226 1216 MAX_DOT_GRAPH_DEPTH = 01227 MAX_DOT_GRAPH_DEPTH = 1000 1217 1228 1218 1229 # Set the DOT_TRANSPARENT tag to YES to generate images with a transparent … … 1230 1241 # JW 1231 1242 # DOT_MULTI_TARGETS = NO 1232 DOT_MULTI_TARGETS = YES1243 DOT_MULTI_TARGETS = NO 1233 1244 1234 1245 # If the GENERATE_LEGEND tag is set to YES (the default) Doxygen will
Note: See TracChangeset
for help on using the changeset viewer.