From: Nick Mathewson Date: Wed, 16 Mar 2011 18:36:42 +0000 (-0400) Subject: Turn on the "source browser" feature for our generated HTML. X-Git-Tag: tor-0.2.2.24-alpha~4^2~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2def9e0a6e8fc4fa21696aa4fa9cfeaf2442e706;p=thirdparty%2Ftor.git Turn on the "source browser" feature for our generated HTML. --- diff --git a/Doxyfile.in b/Doxyfile.in index bf71399dec..41f599d2d5 100644 --- a/Doxyfile.in +++ b/Doxyfile.in @@ -649,7 +649,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.