Update Doxyfile
authorjulie <julielangou@users.noreply.github.com>
Thu, 12 Nov 2015 15:09:31 +0000 (15:09 +0000)
committerjulie <julielangou@users.noreply.github.com>
Thu, 12 Nov 2015 15:09:31 +0000 (15:09 +0000)
DOCS/Doxyfile

index 1f46da60b0ee4d54b90ccc018f6b056f444e830e..5de263cac633777485d4b55f5d2a0614edcc1274 100644 (file)
@@ -409,7 +409,7 @@ LOOKUP_CACHE_SIZE      = 0
 # normally produced when WARNINGS is set to YES.
 # The default value is: NO.
 
-EXTRACT_ALL            = YES
+EXTRACT_ALL            = NO
 
 # If the EXTRACT_PRIVATE tag is set to YES, all private members of a class will
 # be included in the documentation.
@@ -698,7 +698,7 @@ CITE_BIB_FILES         =
 # messages are off.
 # The default value is: NO.
 
-QUIET                  = YES
+QUIET                  = NO
 
 # The WARNINGS tag can be used to turn on/off the warning messages that are
 # generated to standard error (stderr) by doxygen. If WARNINGS is set to YES
@@ -779,7 +779,7 @@ INPUT_ENCODING         = UTF-8
 # *.md, *.mm, *.dox, *.py, *.f90, *.f, *.for, *.tcl, *.vhd, *.vhdl, *.ucf,
 # *.qsf, *.as and *.js.
 
-FILE_PATTERNS          = *
+FILE_PATTERNS          = *.f *.c *.h
 
 # The RECURSIVE tag can be used to specify whether or not subdirectories should
 # be searched for input files as well.
@@ -816,7 +816,10 @@ EXCLUDE                = CMAKE \
                          TESTING/.svn \
                          TESTING/EIG/.svn \
                          TESTING/MATGEN/.svn \
-                         TESTING/LIN/.svn
+                         TESTING/LIN/.svn \
+                         TIMING \
+                         TIMING-PLASMA \
+                         ED-MODIF
 
 # The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
 # directories that are symbolic links (a Unix file system feature) are excluded
@@ -2164,7 +2167,7 @@ DOT_FONTPATH           =
 # The default value is: YES.
 # This tag requires that the tag HAVE_DOT is set to YES.
 
-CLASS_GRAPH            = YES
+CLASS_GRAPH            = NO
 
 # If the COLLABORATION_GRAPH tag is set to YES then doxygen will generate a
 # graph for each documented class showing the direct and indirect implementation
@@ -2173,7 +2176,7 @@ CLASS_GRAPH            = YES
 # The default value is: YES.
 # This tag requires that the tag HAVE_DOT is set to YES.
 
-COLLABORATION_GRAPH    = YES
+COLLABORATION_GRAPH    = NO
 
 # If the GROUP_GRAPHS tag is set to YES then doxygen will generate a graph for
 # groups, showing the direct groups dependencies.