File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2338,7 +2338,7 @@ EXTERNAL_PAGES = YES
2338
2338
# powerful graphs.
2339
2339
# The default value is: YES.
2340
2340
2341
- CLASS_DIAGRAMS = YES
2341
+ CLASS_DIAGRAMS = NO
2342
2342
2343
2343
# You can include diagrams made with dia in doxygen documentation. Doxygen will
2344
2344
# then run dia to produce the diagram and insert it in the documentation. The
@@ -2402,7 +2402,7 @@ DOT_FONTPATH =
2402
2402
# The default value is: YES.
2403
2403
# This tag requires that the tag HAVE_DOT is set to YES.
2404
2404
2405
- CLASS_GRAPH = YES
2405
+ CLASS_GRAPH = NO
2406
2406
2407
2407
# If the COLLABORATION_GRAPH tag is set to YES then doxygen will generate a
2408
2408
# graph for each documented class showing the direct and indirect implementation
@@ -2411,14 +2411,14 @@ CLASS_GRAPH = YES
2411
2411
# The default value is: YES.
2412
2412
# This tag requires that the tag HAVE_DOT is set to YES.
2413
2413
2414
- COLLABORATION_GRAPH = YES
2414
+ COLLABORATION_GRAPH = NO
2415
2415
2416
2416
# If the GROUP_GRAPHS tag is set to YES then doxygen will generate a graph for
2417
2417
# groups, showing the direct groups dependencies.
2418
2418
# The default value is: YES.
2419
2419
# This tag requires that the tag HAVE_DOT is set to YES.
2420
2420
2421
- GROUP_GRAPHS = YES
2421
+ GROUP_GRAPHS = NO
2422
2422
2423
2423
# If the UML_LOOK tag is set to YES, doxygen will generate inheritance and
2424
2424
# collaboration diagrams in a style similar to the OMG's Unified Modeling
You can’t perform that action at this time.
0 commit comments