Changeset 1549:8bf39d55b1db in lemon-0.x for doc/Doxyfile.in
- Timestamp:
- 07/12/05 18:19:06 (19 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2045
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/Doxyfile.in
r1465 r1549 1066 1066 # powerful graphs. 1067 1067 1068 CLASS_DIAGRAMS = YES1068 CLASS_DIAGRAMS = NO 1069 1069 1070 1070 # If set to YES, the inheritance and collaboration graphs will hide … … 1086 1086 # the CLASS_DIAGRAMS tag to NO. 1087 1087 1088 CLASS_GRAPH = YES1088 CLASS_GRAPH = NO 1089 1089 1090 1090 # If the COLLABORATION_GRAPH and HAVE_DOT tags are set to YES then doxygen … … 1093 1093 # class references variables) of the class with other documented classes. 1094 1094 1095 COLLABORATION_GRAPH = YES1095 COLLABORATION_GRAPH = NO 1096 1096 1097 1097 # If the GROUP_GRAPHS and HAVE_DOT tags are set to YES then doxygen 1098 1098 # will generate a graph for groups, showing the direct groups dependencies 1099 1099 1100 GROUP_GRAPHS = YES1100 GROUP_GRAPHS = NO 1101 1101 1102 1102 # If the UML_LOOK tag is set to YES doxygen will generate inheritance and … … 1109 1109 # relations between templates and their instances. 1110 1110 1111 TEMPLATE_RELATIONS = YES1111 TEMPLATE_RELATIONS = NO 1112 1112 1113 1113 # If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDE_GRAPH, and HAVE_DOT … … 1116 1116 # other documented files. 1117 1117 1118 INCLUDE_GRAPH = YES1118 INCLUDE_GRAPH = NO 1119 1119 1120 1120 # If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDED_BY_GRAPH, and … … 1123 1123 # indirectly include this file. 1124 1124 1125 INCLUDED_BY_GRAPH = YES1125 INCLUDED_BY_GRAPH = NO 1126 1126 1127 1127 # If the CALL_GRAPH and HAVE_DOT tags are set to YES then doxygen will … … 1131 1131 # functions only using the \callgraph command. 1132 1132 1133 CALL_GRAPH = YES1133 CALL_GRAPH = NO 1134 1134 1135 1135 # If the GRAPHICAL_HIERARCHY and HAVE_DOT tags are set to YES then doxygen 1136 1136 # will graphical hierarchy of all classes instead of a textual one. 1137 1137 1138 GRAPHICAL_HIERARCHY = YES1138 GRAPHICAL_HIERARCHY = NO 1139 1139 1140 1140 # If the DIRECTORY_GRAPH, SHOW_DIRECTORIES and HAVE_DOT tags are set to YES … … 1143 1143 # relations between the files in the directories. 1144 1144 1145 DIRECTORY_GRAPH = YES1145 DIRECTORY_GRAPH = NO 1146 1146 1147 1147 # 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.