]> git.lyx.org Git - lyx.git/blobdiff - sourcedoc/Doxyfile.in
* es/Intro from Dan.
[lyx.git] / sourcedoc / Doxyfile.in
index 16f78f98829ce45692e3a7407edcf390b5a80433..ca522649d3a61b3258452a97c5d51e3f432c5d5c 100644 (file)
@@ -30,7 +30,7 @@ PROJECT_NUMBER         = @VERSION@
 # If a relative path is entered, it will be relative to the location 
 # where doxygen was started. If left blank the current directory will be used.
 
-OUTPUT_DIRECTORY       = @srcdir@
+OUTPUT_DIRECTORY       = 
 
 # The OUTPUT_LANGUAGE tag is used to specify the language in which all 
 # documentation generated by doxygen is written. Doxygen will use this 
@@ -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.
@@ -838,7 +837,7 @@ GRAPHICAL_HIERARCHY    = YES
 # generated by dot. Possible values are gif, jpg, and png
 # If left blank gif will be used.
 
-DOT_IMAGE_FORMAT       = gif
+DOT_IMAGE_FORMAT       = png
 
 # The tag DOT_PATH can be used to specify the path where the dot tool can be 
 # found. If left blank, it is assumed the dot tool can be found on the path.
@@ -879,6 +878,8 @@ GENERATE_LEGEND        = YES
 
 DOT_CLEANUP            = YES
 
+DOT_GRAPH_MAX_NODES    = 200
+
 #---------------------------------------------------------------------------
 # Configuration::addtions related to the search engine   
 #---------------------------------------------------------------------------