Skip to content

Commit 10c77a5

Browse files
committedApr 5, 2014
fix doxygen dot graph warning
1 parent 3a43380 commit 10c77a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎cmake_templates/Doxyfile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1595,7 +1595,7 @@ DOT_GRAPH_MAX_NODES = 50
15951595
# code bases. Also note that the size of a graph can be further restricted by
15961596
# DOT_GRAPH_MAX_NODES. Using a depth of 0 means no depth restriction.
15971597

1598-
MAX_DOT_GRAPH_DEPTH = 0
1598+
MAX_DOT_GRAPH_DEPTH = 2
15991599

16001600
# Set the DOT_TRANSPARENT tag to YES to generate images with a transparent
16011601
# background. This is disabled by default, because dot on Windows does not

0 commit comments

Comments
 (0)
Please sign in to comment.