# HG changeset patch # User Mark Doliner # Date 1194856037 0 # Node ID cc0df68f6fa98e3fe7b9f2180ea001bd233e09d0 # Parent 29b8b1c79aa8974f7a222761e8383add599d153a 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 diff -r 29b8b1c79aa8 -r cc0df68f6fa9 Doxyfile.in --- 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.