summaryrefslogtreecommitdiff
path: root/doc/Doxyfile.in
diff options
context:
space:
mode:
authorVincent Torri <vincent.torri@gmail.com>2012-10-26 09:06:30 +0000
committerVincent Torri <vincent.torri@gmail.com>2012-10-26 09:06:30 +0000
commita9c0f6ce8e53319977aa3db2d5f824ae2776094c (patch)
tree187dbb662f73a41cd417bd6ffd79f8a8a117c86c /doc/Doxyfile.in
parent5bdb5d376373dab8bf624388cac520094be95b63 (diff)
downloadefl-a9c0f6ce8e53319977aa3db2d5f824ae2776094c.tar.gz
merge: update Doxyfile
SVN revision: 78513
Diffstat (limited to 'doc/Doxyfile.in')
-rw-r--r--doc/Doxyfile.in5
1 files 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