diff options
author | julie <julielangou@users.noreply.github.com> | 2015-11-12 15:09:31 +0000 |
---|---|---|
committer | julie <julielangou@users.noreply.github.com> | 2015-11-12 15:09:31 +0000 |
commit | 2eb3764b59116a5eb0611243994bc48e9b9f26a4 (patch) | |
tree | 60c563b4c8fc51c5d6d03268845c49c1ddb6e256 /DOCS | |
parent | 4d00a7d4b919e1b0e0a75d40b484712f5b13a212 (diff) | |
download | lapack-2eb3764b59116a5eb0611243994bc48e9b9f26a4.tar.gz lapack-2eb3764b59116a5eb0611243994bc48e9b9f26a4.tar.bz2 lapack-2eb3764b59116a5eb0611243994bc48e9b9f26a4.zip |
Update Doxyfile
Diffstat (limited to 'DOCS')
-rw-r--r-- | DOCS/Doxyfile | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/DOCS/Doxyfile b/DOCS/Doxyfile index 1f46da60..5de263ca 100644 --- a/DOCS/Doxyfile +++ b/DOCS/Doxyfile @@ -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. |