From c4428a3ae01f80d64e5cca6179e421b0c8bf4135 Mon Sep 17 00:00:00 2001 From: "Jan W. Krieger" Date: Tue, 15 Jan 2019 21:14:03 +0100 Subject: [PATCH] modified doxygen options --- doc/Doxyfile | 28 +++++++++++++++------------- 1 file changed, 15 insertions(+), 13 deletions(-) diff --git a/doc/Doxyfile b/doc/Doxyfile index d947a26ad3..cc633dcbba 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -840,12 +840,7 @@ INPUT_ENCODING = UTF-8 # *.m, *.markdown, *.md, *.mm, *.dox, *.py, *.pyw, *.f90, *.f95, *.f03, *.f08, # *.f, *.for, *.tcl, *.vhd, *.vhdl, *.ucf, *.qsf and *.ice. -FILE_PATTERNS = *.c \ - *.cc \ - *.cxx \ - *.cpp \ - *.c++ \ - *.d \ +FILE_PATTERNS = *.d \ *.java \ *.ii \ *.ixx \ @@ -871,7 +866,11 @@ FILE_PATTERNS = *.c \ *.f \ *.vhd \ *.vhdl \ - *.md + *.md \ + *.qrc \ + *.pro \ + *.ui \ + *.pri # The RECURSIVE tag can be used to specify whether or not subdirectories should # be searched for input files as well. @@ -939,7 +938,10 @@ EXAMPLE_PATH = ../examples/ EXAMPLE_PATTERNS = *.cpp \ *.h \ - *.md + *.md \ + *.qrc \ + *.pro \ + *.ui # If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be # searched for input files to be used with the \include or \dontinclude commands @@ -1035,7 +1037,7 @@ INLINE_SOURCES = NO # Fortran comments will always remain visible. # The default value is: YES. -STRIP_CODE_COMMENTS = YES +STRIP_CODE_COMMENTS = NO # If the REFERENCED_BY_RELATION tag is set to YES then for each documented # entity all documented functions referencing it will be listed. @@ -2270,7 +2272,7 @@ CLASS_DIAGRAMS = YES # the mscgen tool resides. If left empty the tool is assumed to be found in the # default search path. -MSCGEN_PATH = C:/development/mscgen +MSCGEN_PATH = # You can include diagrams made with dia in doxygen documentation. Doxygen will # then run dia to produce the diagram and insert it in the documentation. The @@ -2292,7 +2294,7 @@ HIDE_UNDOC_RELATIONS = YES # set to NO # The default value is: NO. -HAVE_DOT = NO +HAVE_DOT = YES # The DOT_NUM_THREADS specifies the number of dot invocations doxygen is allowed # to run in parallel. When set to 0 doxygen will base this on the number of @@ -2358,7 +2360,7 @@ GROUP_GRAPHS = YES # The default value is: NO. # This tag requires that the tag HAVE_DOT is set to YES. -UML_LOOK = NO +UML_LOOK = YES # If the UML_LOOK tag is enabled, the fields and methods are shown inside the # class node. If there are many fields or methods and many nodes the graph may @@ -2470,7 +2472,7 @@ INTERACTIVE_SVG = NO # found. If left blank, it is assumed the dot tool can be found in the path. # This tag requires that the tag HAVE_DOT is set to YES. -DOT_PATH = C:/development/Graphviz2.28/bin +DOT_PATH = # The DOTFILE_DIRS tag can be used to specify one or more directories that # contain dot files that are included in the documentation (see the \dotfile