diff options
Diffstat (limited to 'doc/Doxyfile.in')
| -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 | 
