diff --git a/doxygen/Doxyfile_gha b/doxygen/Doxyfile_gha index e600defa6..7fc14319f 100644 --- a/doxygen/Doxyfile_gha +++ b/doxygen/Doxyfile_gha @@ -60,7 +60,7 @@ PROJECT_BRIEF = # pixels and the maximum width should not exceed 200 pixels. Doxygen will copy # the logo to the output directory. -PROJECT_LOGO = ../doc/images/mobilitydb-logo-icon.png +PROJECT_LOGO = ./doc/images/mobilitydb-logo-icon.png # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path # into which the generated documentation will be written. If a relative path is @@ -898,8 +898,8 @@ WARN_LOGFILE = # spaces. See also FILE_PATTERNS and EXTENSION_MAPPING # Note: If this tag is empty the current directory is searched. -INPUT = /meos \ - /mobilitydb +INPUT = meos \ + mobilitydb # This tag can be used to specify the character encoding of the source files # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses