X-Git-Url: http://developer.intra2net.com/git/?a=blobdiff_plain;f=doc%2FDoxyfile.in;h=1cfd76a0c5a79ae2aa8290f79b47b6e94f49ada1;hb=e5cf3c2858e0b7a3e1570efee01f99968a1a48d1;hp=f0b5e5c6b1c24418ccb71722d4dd28195a9fa1fe;hpb=2991f0f039707dbafa14eb9b2680ce9522502021;p=libftdi diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in index f0b5e5c..1cfd76a 100644 --- a/doc/Doxyfile.in +++ b/doc/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 = YES +OPTIMIZE_OUTPUT_FOR_C = NO # 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. @@ -459,7 +459,7 @@ WARN_LOGFILE = # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = @top_srcdir@/src +INPUT = @top_srcdir@/src @top_srcdir@/ftdipp # 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 @@ -556,7 +556,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.