From 6d1898d27fca25a9a8176e608088f77330712980 Mon Sep 17 00:00:00 2001
From: Jens Georg <jens.georg@desy.de>
Date: Thu, 18 Jun 2020 10:45:50 +0200
Subject: [PATCH] doxygen: Bump DOT_GRAPH_MAX_NODES (needed at least in AC)

---
 cmake/Doxyfile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmake/Doxyfile.in b/cmake/Doxyfile.in
index c64d172..985e679 100644
--- a/cmake/Doxyfile.in
+++ b/cmake/Doxyfile.in
@@ -2418,7 +2418,7 @@ PLANTUML_INCLUDE_PATH  =
 # Minimum value: 0, maximum value: 10000, default value: 50.
 # This tag requires that the tag HAVE_DOT is set to YES.
 
-DOT_GRAPH_MAX_NODES    = 50
+DOT_GRAPH_MAX_NODES    = 80
 
 # The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the graphs
 # generated by dot. A depth value of 3 means that only nodes reachable from the
-- 
GitLab