Changeset 75
- Timestamp:
- 09/08/06 07:38:50 (2 years ago)
- Files:
-
- trunk/Doc/opensg.doxy (modified) (8 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Doc/opensg.doxy
r61 r75 197 197 # You can put \n's in the value part of an alias to insert newlines. 198 198 199 ALIASES = 199 ALIASES = "hint=<em>Hint! " \ 200 endhint=</em> \ 201 "dev=\if dev\n<em>Dev:</em> " \ 202 enddev=\n\endif \ 203 "ext=\if ext\n<b>Ext:</b> " \ 204 endext=\n\endif 200 205 201 206 # Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C … … 367 372 # documentation sections, marked by \if sectionname ... \endif. 368 373 369 ENABLED_SECTIONS = 374 ENABLED_SECTIONS = ext dev dev_traits 370 375 371 376 # The MAX_INITIALIZER_LINES tag determines the maximum number of lines … … 1094 1099 # powerful graphs. 1095 1100 1096 CLASS_DIAGRAMS = NO1101 CLASS_DIAGRAMS = YES 1097 1102 1098 1103 # If set to YES, the inheritance and collaboration graphs will hide … … 1114 1119 # the CLASS_DIAGRAMS tag to NO. 1115 1120 1116 CLASS_GRAPH = YES1121 CLASS_GRAPH = NO 1117 1122 1118 1123 # If the COLLABORATION_GRAPH and HAVE_DOT tags are set to YES then doxygen … … 1144 1149 # other documented files. 1145 1150 1146 INCLUDE_GRAPH = YES1151 INCLUDE_GRAPH = NO 1147 1152 1148 1153 # If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDED_BY_GRAPH, and … … 1151 1156 # indirectly include this file. 1152 1157 1153 INCLUDED_BY_GRAPH = YES1158 INCLUDED_BY_GRAPH = NO 1154 1159 1155 1160 # If the CALL_GRAPH and HAVE_DOT tags are set to YES then doxygen will … … 1164 1169 # will graphical hierarchy of all classes instead of a textual one. 1165 1170 1166 GRAPHICAL_HIERARCHY = YES1171 GRAPHICAL_HIERARCHY = NO 1167 1172 1168 1173 # If the DIRECTORY_GRAPH, SHOW_DIRECTORIES and HAVE_DOT tags are set to YES … … 1171 1176 # relations between the files in the directories. 1172 1177 1173 DIRECTORY_GRAPH = YES1178 DIRECTORY_GRAPH = NO 1174 1179 1175 1180 # The DOT_IMAGE_FORMAT tag can be used to set the image format of the images
