|
|
@ -52,7 +52,7 @@ PROJECT_LOGO =
|
|
|
|
# If a relative path is entered, it will be relative to the location
|
|
|
|
# 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.
|
|
|
|
# where doxygen was started. If left blank the current directory will be used.
|
|
|
|
|
|
|
|
|
|
|
|
OUTPUT_DIRECTORY = ./doxyhtml
|
|
|
|
OUTPUT_DIRECTORY = ../../psblas-3.0-doxygen
|
|
|
|
|
|
|
|
|
|
|
|
# If the CREATE_SUBDIRS tag is set to YES, then doxygen will create
|
|
|
|
# If the CREATE_SUBDIRS tag is set to YES, then doxygen will create
|
|
|
|
# 4096 sub-directories (in 2 levels) under the output directory of each output
|
|
|
|
# 4096 sub-directories (in 2 levels) under the output directory of each output
|
|
|
@ -119,7 +119,7 @@ INLINE_INHERITED_MEMB = YES
|
|
|
|
# path before files name in the file list and in the header files. If set
|
|
|
|
# path before files name in the file list and in the header files. If set
|
|
|
|
# to NO the shortest path that makes the file name unique will be used.
|
|
|
|
# to NO the shortest path that makes the file name unique will be used.
|
|
|
|
|
|
|
|
|
|
|
|
FULL_PATH_NAMES = YES
|
|
|
|
FULL_PATH_NAMES = NO
|
|
|
|
|
|
|
|
|
|
|
|
# If the FULL_PATH_NAMES tag is set to YES then the STRIP_FROM_PATH tag
|
|
|
|
# If the FULL_PATH_NAMES tag is set to YES then the STRIP_FROM_PATH tag
|
|
|
|
# can be used to strip a user-defined part of the path. Stripping is
|
|
|
|
# can be used to strip a user-defined part of the path. Stripping is
|
|
|
@ -628,7 +628,7 @@ WARN_LOGFILE =
|
|
|
|
# directories like "/usr/src/myproject". Separate the files or directories
|
|
|
|
# directories like "/usr/src/myproject". Separate the files or directories
|
|
|
|
# with spaces.
|
|
|
|
# with spaces.
|
|
|
|
|
|
|
|
|
|
|
|
INPUT = ./base
|
|
|
|
INPUT = ../base ../prec ../krylov ../util
|
|
|
|
|
|
|
|
|
|
|
|
# This tag can be used to specify the character encoding of the source files
|
|
|
|
# This tag can be used to specify the character encoding of the source files
|
|
|
|
# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
|
|
|
|
# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
|