diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-05-04 16:57:48 +0200 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-05-04 16:57:48 +0200 |
commit | ae0b84cbbd1e26fff77576f6fd0197aa42687789 (patch) | |
tree | 809e0be04e7b37e0ec8ef467655419e632272005 | |
parent | 34b3683ae1acc71a89fd5e7dd8507a72487de169 (diff) | |
download | experiment-player-ae0b84cbbd1e26fff77576f6fd0197aa42687789.tar.gz |
updated Doxyfile template: also document libraries
-rw-r--r-- | doc/Doxyfile.in | 4 |
1 files changed, 2 insertions, 2 deletions
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 |