Skip to content
This repository was archived by the owner on Mar 22, 2023. It is now read-only.

Commit 8404149

Browse files
Merge pull request #1183 from karczex/doxyfile_tweaks
Disable useless graphs
2 parents ca739fa + 040796c commit 8404149

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/libpmemobj++.Doxyfile.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2369,14 +2369,14 @@ CLASS_GRAPH = YES
23692369
# The default value is: YES.
23702370
# This tag requires that the tag HAVE_DOT is set to YES.
23712371

2372-
COLLABORATION_GRAPH = YES
2372+
COLLABORATION_GRAPH = NO
23732373

23742374
# If the GROUP_GRAPHS tag is set to YES then doxygen will generate a graph for
23752375
# groups, showing the direct groups dependencies.
23762376
# The default value is: YES.
23772377
# This tag requires that the tag HAVE_DOT is set to YES.
23782378

2379-
GROUP_GRAPHS = YES
2379+
GROUP_GRAPHS = NO
23802380

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

0 commit comments

Comments
 (0)