@@ -784,7 +784,7 @@ CITE_BIB_FILES =
784784# messages are off.
785785# The default value is: NO.
786786
787- QUIET = YES
787+ QUIET = NO
788788
789789# The WARNINGS tag can be used to turn on/off the warning messages that are
790790# generated to standard error (stderr) by doxygen. If WARNINGS is set to YES
@@ -817,7 +817,7 @@ WARN_IF_DOC_ERROR = YES
817817# EXTRACT_ALL is set to YES then this flag will automatically be disabled.
818818# The default value is: NO.
819819
820- WARN_NO_PARAMDOC = NO
820+ WARN_NO_PARAMDOC = YES
821821
822822# If the WARN_AS_ERROR tag is set to YES then doxygen will immediately stop when
823823# a warning is encountered. If the WARN_AS_ERROR tag is set to FAIL_ON_WARNINGS
@@ -854,7 +854,7 @@ WARN_LOGFILE = output_err
854854# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
855855# Note: If this tag is empty the current directory is searched.
856856
857- INPUT = . \
857+ INPUT = BLAS CBLAS SRC INSTALL TESTING \
858858 DOCS/groups-usr.dox
859859
860860# This tag can be used to specify the character encoding of the source files
@@ -902,34 +902,14 @@ RECURSIVE = YES
902902# Note that relative paths are relative to the directory from which doxygen is
903903# run.
904904
905- EXCLUDE = CMAKE \
906- DOCS \
907- .svn \
908- CBLAS/.svn \
909- CBLAS/src/.svn \
910- CBLAS/testing/.svn \
911- CBLAS/example/.svn \
912- CBLAS/include/.svn \
913- BLAS/.svn \
914- BLAS/SRC/.svn \
915- BLAS/TESTING/.svn \
916- SRC/.svn \
917- SRC/VARIANTS/.svn \
918- SRC/VARIANTS/LIB/.svn \
919- SRC/VARIANTS/cholesky/.svn \
920- SRC/VARIANTS/cholesky/RL/.svn \
921- SRC/VARIANTS/cholesky/TOP/.svn \
922- SRC/VARIANTS/lu/.svn \
923- SRC/VARIANTS/lu/CR/.svn \
924- SRC/VARIANTS/lu/LL/.svn \
925- SRC/VARIANTS/lu/REC/.svn \
926- SRC/VARIANTS/qr/.svn \
927- SRC/VARIANTS/qr/LL/.svn \
928- INSTALL/.svn \
929- TESTING/.svn \
930- TESTING/EIG/.svn \
931- TESTING/MATGEN/.svn \
932- TESTING/LIN/.svn
905+ # Exclude functions that are duplicated in BLAS and INSTALL, creating conflicts.
906+ EXCLUDE = .git \
907+ .github \
908+ BLAS/SRC/lsame.f \
909+ BLAS/SRC/xerbla.f \
910+ BLAS/SRC/xerbla_array.f \
911+ INSTALL/slamchf77.f \
912+ INSTALL/dlamchf77.f \
933913
934914# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
935915# directories that are symbolic links (a Unix file system feature) are excluded
0 commit comments