From 6c4c5fa14189ae81dbf2b9b425a735113c622291 Mon Sep 17 00:00:00 2001 From: Thomas Jarosch Date: Fri, 19 Dec 2008 15:05:15 +0100 Subject: [PATCH] Small tweaks to the documentation --- doc/Doxyfile.in | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in index 9954b1d..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. @@ -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. -- 1.7.1