From 397312b54b28ca5d98032717525cdcfd00ad2890 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Fri, 6 Aug 2010 01:13:47 +0000 Subject: [PATCH] enable source code browsing --- doc/quakeforge.dox.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/quakeforge.dox.in b/doc/quakeforge.dox.in index f6db4641a..d2ca2fdde 100644 --- a/doc/quakeforge.dox.in +++ b/doc/quakeforge.dox.in @@ -446,12 +446,12 @@ FILTER_SOURCE_FILES = NO # If the SOURCE_BROWSER tag is set to YES then a list of source files will # be generated. Documented entities will be cross-referenced with these sources. -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. -INLINE_SOURCES = NO +INLINE_SOURCES = YES # Setting the STRIP_CODE_COMMENTS tag to YES (the default) will instruct # doxygen to hide any special comment blocks from generated source code