X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=Doxyfile.in;h=f4bd47dffd7e78314c3b3269c32c0ae0f15dc5e4;hb=8b2d919ca1ab2134c098057bb0965ec7dc42cd9d;hp=8376c39ea9c8bb3d884c4dcdb3a442fc13d93861;hpb=e63cb633d580e1a364de81d4f24fb2c9fa70e279;p=idzebra-moved-to-github.git diff --git a/Doxyfile.in b/Doxyfile.in index 8376c39..f4bd47d 100644 --- a/Doxyfile.in +++ b/Doxyfile.in @@ -186,7 +186,7 @@ ALIASES = # For instance, some of the names that are used will be different. The list # of all members will be omitted, etc. -OPTIMIZE_OUTPUT_FOR_C = NO +OPTIMIZE_OUTPUT_FOR_C = YES # Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java sources # only. Doxygen will then generate output that is more tailored for Java. @@ -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.