From 4f38e801eb930ca70b6a086f0aa553e1d19b21a3 Mon Sep 17 00:00:00 2001
From: Yuriy Skalko <yuriy.ska...@gmail.com>
Date: Tue, 22 Dec 2020 12:14:00 +0200
Subject: [PATCH 6/7] Update Doxygen options to have more dependency graphs

Now many graphs are not generated due to excessive dependencies
(default node limit for one graph is 50).
---
 sourcedoc/Doxyfile.in | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/sourcedoc/Doxyfile.in b/sourcedoc/Doxyfile.in
index 921a2f63cc..ca522649d3 100644
--- a/sourcedoc/Doxyfile.in
+++ b/sourcedoc/Doxyfile.in
@@ -310,10 +310,9 @@ INPUT                  = @top_srcdir@/src
 # *.c *.cc *.cxx *.cpp *.c++ *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh 
*.hxx *.hpp 
 # *.h++ *.idl *.odl
 
-FILE_PATTERNS          = *.C \
+FILE_PATTERNS          = *.cpp \
                          *.h \
-                         *.c \
-                        *.cpp
+                         *.c
 
 # The RECURSIVE tag can be used to turn specify whether or not subdirectories 
 # should be searched for input files as well. Possible values are YES and NO. 
@@ -879,6 +878,8 @@ GENERATE_LEGEND        = YES
 
 DOT_CLEANUP            = YES
 
+DOT_GRAPH_MAX_NODES    = 200
+
 #---------------------------------------------------------------------------
 # Configuration::addtions related to the search engine   
 #---------------------------------------------------------------------------
-- 
2.28.0.windows.1

-- 
lyx-devel mailing list
lyx-devel@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-devel

Reply via email to