From ae0b84cbbd1e26fff77576f6fd0197aa42687789 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Fri, 4 May 2012 16:57:48 +0200 Subject: updated Doxyfile template: also document libraries --- doc/Doxyfile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/Doxyfile.in') diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in index d7d4469..cbfdeb2 100644 --- a/doc/Doxyfile.in +++ b/doc/Doxyfile.in @@ -574,7 +574,7 @@ WARN_LOGFILE = # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = @top_srcdir@/src +INPUT = @top_srcdir@/lib @top_srcdir@/src # 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 @@ -597,7 +597,7 @@ FILE_PATTERNS = # should be searched for input files as well. Possible values are YES and NO. # If left blank NO is used. -RECURSIVE = NO +RECURSIVE = YES # The EXCLUDE tag can be used to specify files and/or directories that should # excluded from the INPUT source files. This way you can easily exclude a -- cgit v1.2.3