]> git.lyx.org Git - lyx.git/blobdiff - sourcedoc/Doxyfile.in
inputenc only expects one option
[lyx.git] / sourcedoc / Doxyfile.in
index 921a2f63cc3a5dcee6c294fc65f3876204a84d38..ca522649d3a61b3258452a97c5d51e3f432c5d5c 100644 (file)
@@ -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   
 #---------------------------------------------------------------------------