Skip to content

Commit 2642d5d

Browse files
Doxygen: Disable all graphs
There are not enough classes in this library to make these meaningful.
1 parent ee2756e commit 2642d5d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Doxyfile

+4-4
Original file line numberDiff line numberDiff line change
@@ -2338,7 +2338,7 @@ EXTERNAL_PAGES = YES
23382338
# powerful graphs.
23392339
# The default value is: YES.
23402340

2341-
CLASS_DIAGRAMS = YES
2341+
CLASS_DIAGRAMS = NO
23422342

23432343
# You can include diagrams made with dia in doxygen documentation. Doxygen will
23442344
# then run dia to produce the diagram and insert it in the documentation. The
@@ -2402,7 +2402,7 @@ DOT_FONTPATH =
24022402
# The default value is: YES.
24032403
# This tag requires that the tag HAVE_DOT is set to YES.
24042404

2405-
CLASS_GRAPH = YES
2405+
CLASS_GRAPH = NO
24062406

24072407
# If the COLLABORATION_GRAPH tag is set to YES then doxygen will generate a
24082408
# graph for each documented class showing the direct and indirect implementation
@@ -2411,14 +2411,14 @@ CLASS_GRAPH = YES
24112411
# The default value is: YES.
24122412
# This tag requires that the tag HAVE_DOT is set to YES.
24132413

2414-
COLLABORATION_GRAPH = YES
2414+
COLLABORATION_GRAPH = NO
24152415

24162416
# If the GROUP_GRAPHS tag is set to YES then doxygen will generate a graph for
24172417
# groups, showing the direct groups dependencies.
24182418
# The default value is: YES.
24192419
# This tag requires that the tag HAVE_DOT is set to YES.
24202420

2421-
GROUP_GRAPHS = YES
2421+
GROUP_GRAPHS = NO
24222422

24232423
# If the UML_LOOK tag is set to YES, doxygen will generate inheritance and
24242424
# collaboration diagrams in a style similar to the OMG's Unified Modeling

0 commit comments

Comments
 (0)