equal
deleted
inserted
replaced
1069 |
1069 |
1070 # If set to YES, the inheritance and collaboration graphs will hide |
1070 # If set to YES, the inheritance and collaboration graphs will hide |
1071 # inheritance and usage relations if the target is undocumented |
1071 # inheritance and usage relations if the target is undocumented |
1072 # or is not a class. |
1072 # or is not a class. |
1073 |
1073 |
1074 HIDE_UNDOC_RELATIONS = NO |
1074 HIDE_UNDOC_RELATIONS = YES |
1075 |
1075 |
1076 # If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is |
1076 # If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is |
1077 # available from the path. This tool is part of Graphviz, a graph visualization |
1077 # available from the path. This tool is part of Graphviz, a graph visualization |
1078 # toolkit from AT&T and Lucent Bell Labs. The other options in this section |
1078 # toolkit from AT&T and Lucent Bell Labs. The other options in this section |
1079 # have no effect if this option is set to NO (the default) |
1079 # have no effect if this option is set to NO (the default) |
1083 # If the CLASS_GRAPH and HAVE_DOT tags are set to YES then doxygen |
1083 # If the CLASS_GRAPH and HAVE_DOT tags are set to YES then doxygen |
1084 # will generate a graph for each documented class showing the direct and |
1084 # will generate a graph for each documented class showing the direct and |
1085 # indirect inheritance relations. Setting this tag to YES will force the |
1085 # indirect inheritance relations. Setting this tag to YES will force the |
1086 # the CLASS_DIAGRAMS tag to NO. |
1086 # the CLASS_DIAGRAMS tag to NO. |
1087 |
1087 |
1088 CLASS_GRAPH = NO |
1088 CLASS_GRAPH = YES |
1089 |
1089 |
1090 # If the COLLABORATION_GRAPH and HAVE_DOT tags are set to YES then doxygen |
1090 # If the COLLABORATION_GRAPH and HAVE_DOT tags are set to YES then doxygen |
1091 # will generate a graph for each documented class showing the direct and |
1091 # will generate a graph for each documented class showing the direct and |
1092 # indirect implementation dependencies (inheritance, containment, and |
1092 # indirect implementation dependencies (inheritance, containment, and |
1093 # class references variables) of the class with other documented classes. |
1093 # class references variables) of the class with other documented classes. |