From a9c0f6ce8e53319977aa3db2d5f824ae2776094c Mon Sep 17 00:00:00 2001 From: Vincent Torri Date: Fri, 26 Oct 2012 09:06:30 +0000 Subject: [PATCH] merge: update Doxyfile SVN revision: 78513 --- doc/Doxyfile.in | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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