File tree 2 files changed +6
-3
lines changed
2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ DOXYFILE_ENCODING = UTF-8
32
32
# title of most generated pages and in a few other places.
33
33
# The default value is: My Project.
34
34
35
- PROJECT_NAME = EVSL
35
+ PROJECT_NAME = pEVSL
36
36
37
37
# The PROJECT_NUMBER tag can be used to enter a project or revision number. This
38
38
# could be handy for archiving the generated documentation or if some version
@@ -790,7 +790,7 @@ WARN_LOGFILE =
790
790
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
791
791
# Note: If this tag is empty the current directory is searched.
792
792
793
- INPUT = SRC INC EXTERNAL FORTRAN ../ README.md TESTS
793
+ INPUT = SRC INC EXTERNAL FORTRAN README.md TESTS
794
794
795
795
# This tag can be used to specify the character encoding of the source files
796
796
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
@@ -926,7 +926,7 @@ EXAMPLE_RECURSIVE = NO
926
926
# that contain images that are to be included in the documentation (see the
927
927
# \image command).
928
928
929
- IMAGE_PATH = ../ evsl_logo3.png
929
+ IMAGE_PATH = evsl_logo3.png
930
930
931
931
# The INPUT_FILTER tag can be used to specify a program that doxygen should
932
932
# invoke to filter for each input file. Doxygen will invoke the filter program
Original file line number Diff line number Diff line change 20
20
( cd TESTS/Gen_Lap ; make clean)
21
21
( cd TESTS/MM ; make clean)
22
22
( cd TESTS0 ; make clean)
23
+
24
+ docs :
25
+ ( doxygen Documentation/Doxyfile 2> Documentation/Doxygen-Errors.txt )
You can’t perform that action at this time.
0 commit comments