Changeset 882:8717d3c23486


Ignore:
Timestamp:
06/26/08 00:22:07 (4 years ago)
Author:
niam
Branch:
libdodo
Tags:
libdodo-0.9.1
Message:

Doxyfile: updated predefined constants

File:
1 edited

Legend:

Unmodified
Added
Removed
  • docs/Doxyfile

    r880 r882  
    11681168                         POSTGRESQL_EXT \ 
    11691169                         MYSQL_EXT \ 
    1170                          FCGI_EXT \ 
     1170                         FASTCGI_EXT \ 
    11711171                         PCRE_EXT \ 
    11721172                         DL_EXT \ 
     
    11751175                         BZIP2_EXT \ 
    11761176                         ZLIB_EXT \ 
    1177                          ICONV_EXT 
     1177                         ICONV_EXT \ 
     1178                                                 OPENSSL_EXT \ 
     1179                                                 BFD_EXT \ 
     1180                                                 IMAGEMAGICK_EXT 
    11781181 
    11791182# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then  
     
    12461249# powerful graphs. 
    12471250 
    1248 CLASS_DIAGRAMS         = NO 
     1251CLASS_DIAGRAMS         = YES 
    12491252 
    12501253# You can define message sequence charts within doxygen comments using the \msc  
     
    12981301# relations between templates and their instances. 
    12991302 
    1300 TEMPLATE_RELATIONS     = NO 
     1303TEMPLATE_RELATIONS     = YES 
    13011304 
    13021305# If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDE_GRAPH, and HAVE_DOT  
     
    13201323# for selected functions only using the \callgraph command. 
    13211324 
    1322 CALL_GRAPH             = NO 
     1325CALL_GRAPH             = YES 
    13231326 
    13241327# If the CALLER_GRAPH and HAVE_DOT tags are set to YES then  
     
    13281331# graphs for selected functions only using the \callergraph command. 
    13291332 
    1330 CALLER_GRAPH           = NO 
     1333CALLER_GRAPH           = YES 
    13311334 
    13321335# If the GRAPHICAL_HIERARCHY and HAVE_DOT tags are set to YES then doxygen  
Note: See TracChangeset for help on using the changeset viewer.