From 5022bcf21b6b2d12de5bdcc3792fe4c290b2651a Mon Sep 17 00:00:00 2001 From: Cedric BAIL Date: Tue, 29 Sep 2009 09:53:41 +0000 Subject: [PATCH] * eina: Fix doc layout. SVN revision: 42796 --- legacy/eina/doc/Doxyfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/legacy/eina/doc/Doxyfile b/legacy/eina/doc/Doxyfile index 58d48e3460..f10a27011c 100644 --- a/legacy/eina/doc/Doxyfile +++ b/legacy/eina/doc/Doxyfile @@ -513,7 +513,7 @@ WARN_LOGFILE = # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = ../src/ +INPUT = ../src/include ../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 @@ -542,7 +542,7 @@ RECURSIVE = YES # excluded from the INPUT source files. This way you can easily exclude a # subdirectory from a directory tree whose root is specified with the INPUT tag. -EXCLUDE = +EXCLUDE = ../src/lib/eina_amalgamation.c # The EXCLUDE_SYMLINKS tag can be used select whether or not files or # directories that are symbolic links (a Unix filesystem feature) are excluded