Changeset 882:8717d3c23486
- Timestamp:
- 06/26/08 00:22:07 (4 years ago)
- Branch:
- libdodo
- Tags:
- libdodo-0.9.1
- File:
-
- 1 edited
-
docs/Doxyfile (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
docs/Doxyfile
r880 r882 1168 1168 POSTGRESQL_EXT \ 1169 1169 MYSQL_EXT \ 1170 F CGI_EXT \1170 FASTCGI_EXT \ 1171 1171 PCRE_EXT \ 1172 1172 DL_EXT \ … … 1175 1175 BZIP2_EXT \ 1176 1176 ZLIB_EXT \ 1177 ICONV_EXT 1177 ICONV_EXT \ 1178 OPENSSL_EXT \ 1179 BFD_EXT \ 1180 IMAGEMAGICK_EXT 1178 1181 1179 1182 # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then … … 1246 1249 # powerful graphs. 1247 1250 1248 CLASS_DIAGRAMS = NO1251 CLASS_DIAGRAMS = YES 1249 1252 1250 1253 # You can define message sequence charts within doxygen comments using the \msc … … 1298 1301 # relations between templates and their instances. 1299 1302 1300 TEMPLATE_RELATIONS = NO1303 TEMPLATE_RELATIONS = YES 1301 1304 1302 1305 # If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDE_GRAPH, and HAVE_DOT … … 1320 1323 # for selected functions only using the \callgraph command. 1321 1324 1322 CALL_GRAPH = NO1325 CALL_GRAPH = YES 1323 1326 1324 1327 # If the CALLER_GRAPH and HAVE_DOT tags are set to YES then … … 1328 1331 # graphs for selected functions only using the \callergraph command. 1329 1332 1330 CALLER_GRAPH = NO1333 CALLER_GRAPH = YES 1331 1334 1332 1335 # If the GRAPHICAL_HIERARCHY and HAVE_DOT tags are set to YES then doxygen
Note: See TracChangeset
for help on using the changeset viewer.
