X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=sourcedoc%2FDoxyfile.in;h=ca522649d3a61b3258452a97c5d51e3f432c5d5c;hb=97ed7ded05b0eaf505aae79feeddaa21016b207f;hp=697cc5438c8826a9a8d1bac2c6b4bf2a0709b348;hpb=2b9cf569da10492e8bf7b6686b43789689fd724e;p=lyx.git diff --git a/sourcedoc/Doxyfile.in b/sourcedoc/Doxyfile.in index 697cc5438c..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. @@ -325,7 +324,7 @@ RECURSIVE = YES # excluded from the INPUT source files. This way you can easily exclude a # subdirectory from a directory tree whose root is specified with the INPUT tag. -EXCLUDE = ../src/frontends/qt4/ui +EXCLUDE = ../src/frontends/qt/ui # The EXCLUDE_SYMLINKS tag can be used select whether or not files or directories # that are symbolic links (a Unix filesystem feature) are excluded from the input. @@ -879,6 +878,8 @@ GENERATE_LEGEND = YES DOT_CLEANUP = YES +DOT_GRAPH_MAX_NODES = 200 + #--------------------------------------------------------------------------- # Configuration::addtions related to the search engine #---------------------------------------------------------------------------