]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Turn on the "source browser" feature for our generated HTML.
authorNick Mathewson <nickm@torproject.org>
Wed, 16 Mar 2011 18:36:42 +0000 (14:36 -0400)
committerNick Mathewson <nickm@torproject.org>
Wed, 16 Mar 2011 18:36:42 +0000 (14:36 -0400)
Doxyfile.in

index bf71399dec2be65da9d56bb9a535197ab301ba2b..41f599d2d5aeb90290a209794214893ad7fab995 100644 (file)
@@ -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.