From: Adam Dickmeiss Date: Tue, 4 Jul 2006 10:25:08 +0000 (+0000) Subject: Doxygen looks in more directories for source X-Git-Tag: ZEBRA.2.0.0~37 X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=commitdiff_plain;h=11edef8271df7f3598f94373720aea3a5b6b3ad5;hp=5c8f6e2e28b80fef1d943de52ab33d0e496c94c5 Doxygen looks in more directories for source --- diff --git a/Doxyfile.in b/Doxyfile.in index c6df807..f4bd47d 100644 --- a/Doxyfile.in +++ b/Doxyfile.in @@ -222,7 +222,7 @@ EXTRACT_PRIVATE = NO # If the EXTRACT_STATIC tag is set to YES all static members of a file # will be included in the documentation. -EXTRACT_STATIC = NO +EXTRACT_STATIC = YES # If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs) # defined locally in source files will be included in the documentation. @@ -417,7 +417,7 @@ WARN_LOGFILE = # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = @srcdir@ +INPUT = include util bfile dfa dict isams isamb isamc rset data1 index # If the value of the INPUT tag contains directories, you can use the # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp @@ -511,7 +511,7 @@ FILTER_SOURCE_FILES = NO # Note: To get rid of all source code in the generated output, make sure also # VERBATIM_HEADERS is set to NO. -SOURCE_BROWSER = NO +SOURCE_BROWSER = YES # Setting the INLINE_SOURCES tag to YES will include the body # of functions and classes directly in the documentation.