merge: update Doxyfile
authorVincent Torri <vincent.torri@gmail.com>
Fri, 26 Oct 2012 09:06:30 +0000 (09:06 +0000)
committerVincent Torri <vincent.torri@gmail.com>
Fri, 26 Oct 2012 09:06:30 +0000 (09:06 +0000)
SVN revision: 78513

doc/Doxyfile.in

index 21f6ad8..2f6527d 100644 (file)
@@ -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