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