changeset 21456:cc0df68f6fa9

Fix a warning from make docs: Warning: turning on CALL_GRAPH requires turning SOURCE_BROWSER and REFERENCES_RELATION on as well! Assuming SOURCE_BROWSER=YES and REFERENCES_RELATION=YES
author Mark Doliner <mark@kingant.net>
date Mon, 12 Nov 2007 08:27:17 +0000
parents 29b8b1c79aa8
children eb0f36c3a58f
files Doxyfile.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Doxyfile.in	Mon Nov 12 08:10:40 2007 +0000
+++ b/Doxyfile.in	Mon Nov 12 08:27:17 2007 +0000
@@ -604,7 +604,7 @@
 # then you must also enable this option. If you don't then doxygen will produce 
 # a warning and turn it on anyway
 
-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.