File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ PROJECT_LOGO =
5858# entered, it will be relative to the location where doxygen was started. If
5959# left blank the current directory will be used.
6060
61- OUTPUT_DIRECTORY =
61+ OUTPUT_DIRECTORY = ../WEB
6262
6363# If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub-
6464# directories (in 2 levels) under the output directory of each output format and
@@ -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/efp.h
793+ INPUT = src efpmd/src
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
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ extern "C" {
4141#endif
4242
4343/** Version string. */
44- #define LIBEFP_VERSION_STRING "1.7.2 "
44+ #define LIBEFP_VERSION_STRING "1.8.0 "
4545
4646/** Result of an operation. */
4747enum efp_result {
You can’t perform that action at this time.
0 commit comments