COIN-OR::LEMON - Graph Library

Changeset 1549:8bf39d55b1db in lemon-0.x for doc


Ignore:
Timestamp:
07/12/05 18:19:06 (19 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2045
Message:

Doc image generation is turned off to reduce the size of the distro file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/Doxyfile.in

    r1465 r1549  
    10661066# powerful graphs.
    10671067
    1068 CLASS_DIAGRAMS         = YES
     1068CLASS_DIAGRAMS         = NO
    10691069
    10701070# If set to YES, the inheritance and collaboration graphs will hide
     
    10861086# the CLASS_DIAGRAMS tag to NO.
    10871087
    1088 CLASS_GRAPH            = YES
     1088CLASS_GRAPH            = NO
    10891089
    10901090# If the COLLABORATION_GRAPH and HAVE_DOT tags are set to YES then doxygen
     
    10931093# class references variables) of the class with other documented classes.
    10941094
    1095 COLLABORATION_GRAPH    = YES
     1095COLLABORATION_GRAPH    = NO
    10961096
    10971097# If the GROUP_GRAPHS and HAVE_DOT tags are set to YES then doxygen
    10981098# will generate a graph for groups, showing the direct groups dependencies
    10991099
    1100 GROUP_GRAPHS           = YES
     1100GROUP_GRAPHS           = NO
    11011101
    11021102# If the UML_LOOK tag is set to YES doxygen will generate inheritance and
     
    11091109# relations between templates and their instances.
    11101110
    1111 TEMPLATE_RELATIONS     = YES
     1111TEMPLATE_RELATIONS     = NO
    11121112
    11131113# If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDE_GRAPH, and HAVE_DOT
     
    11161116# other documented files.
    11171117
    1118 INCLUDE_GRAPH          = YES
     1118INCLUDE_GRAPH          = NO
    11191119
    11201120# If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDED_BY_GRAPH, and
     
    11231123# indirectly include this file.
    11241124
    1125 INCLUDED_BY_GRAPH      = YES
     1125INCLUDED_BY_GRAPH      = NO
    11261126
    11271127# If the CALL_GRAPH and HAVE_DOT tags are set to YES then doxygen will
     
    11311131# functions only using the \callgraph command.
    11321132
    1133 CALL_GRAPH             = YES
     1133CALL_GRAPH             = NO
    11341134
    11351135# If the GRAPHICAL_HIERARCHY and HAVE_DOT tags are set to YES then doxygen
    11361136# will graphical hierarchy of all classes instead of a textual one.
    11371137
    1138 GRAPHICAL_HIERARCHY    = YES
     1138GRAPHICAL_HIERARCHY    = NO
    11391139
    11401140# If the DIRECTORY_GRAPH, SHOW_DIRECTORIES and HAVE_DOT tags are set to YES
     
    11431143# relations between the files in the directories.
    11441144
    1145 DIRECTORY_GRAPH        = YES
     1145DIRECTORY_GRAPH        = NO
    11461146
    11471147# The DOT_IMAGE_FORMAT tag can be used to set the image format of the images
Note: See TracChangeset for help on using the changeset viewer.