diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in index 21f6ad8ef5..2f6527dd83 100644 --- a/doc/Doxyfile.in +++ b/doc/Doxyfile.in @@ -25,7 +25,7 @@ DOXYFILE_ENCODING = UTF-8 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded # by quotes) that should identify the project. -PROJECT_NAME = Eina +PROJECT_NAME = EFL # The PROJECT_NUMBER tag can be used to enter a project or revision number. # This could be handy for archiving the generated documentation or @@ -592,8 +592,7 @@ WARN_LOGFILE = # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = @top_srcdir@/src/include \ - @top_srcdir@/src/lib +INPUT = @top_srcdir@/src/lib # 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