Skip to content

Commit a9e92b8

Browse files
committed
Fix doxyfile, add in 'make docs' to makefile
1 parent fe35a16 commit a9e92b8

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

Documentation/Doxyfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ DOXYFILE_ENCODING = UTF-8
3232
# title of most generated pages and in a few other places.
3333
# The default value is: My Project.
3434

35-
PROJECT_NAME = EVSL
35+
PROJECT_NAME = pEVSL
3636

3737
# The PROJECT_NUMBER tag can be used to enter a project or revision number. This
3838
# could be handy for archiving the generated documentation or if some version
@@ -790,7 +790,7 @@ WARN_LOGFILE =
790790
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
791791
# Note: If this tag is empty the current directory is searched.
792792

793-
INPUT = SRC INC EXTERNAL FORTRAN ../README.md TESTS
793+
INPUT = SRC INC EXTERNAL FORTRAN README.md TESTS
794794

795795
# This tag can be used to specify the character encoding of the source files
796796
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
@@ -926,7 +926,7 @@ EXAMPLE_RECURSIVE = NO
926926
# that contain images that are to be included in the documentation (see the
927927
# \image command).
928928

929-
IMAGE_PATH = ../evsl_logo3.png
929+
IMAGE_PATH = evsl_logo3.png
930930

931931
# The INPUT_FILTER tag can be used to specify a program that doxygen should
932932
# invoke to filter for each input file. Doxygen will invoke the filter program

makefile

+3
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,6 @@ clean:
2020
( cd TESTS/Gen_Lap ; make clean)
2121
( cd TESTS/MM ; make clean)
2222
( cd TESTS0 ; make clean)
23+
24+
docs:
25+
( doxygen Documentation/Doxyfile 2> Documentation/Doxygen-Errors.txt )

0 commit comments

Comments
 (0)