comparison Doxyfile.in @ 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 43c329bb5983
children 1db2bc34ea61
comparison
equal deleted inserted replaced
21449:29b8b1c79aa8 21456:cc0df68f6fa9
602 # Note: To get rid of all source code in the generated output, make sure also 602 # Note: To get rid of all source code in the generated output, make sure also
603 # VERBATIM_HEADERS is set to NO. If you have enabled CALL_GRAPH or CALLER_GRAPH 603 # VERBATIM_HEADERS is set to NO. If you have enabled CALL_GRAPH or CALLER_GRAPH
604 # then you must also enable this option. If you don't then doxygen will produce 604 # then you must also enable this option. If you don't then doxygen will produce
605 # a warning and turn it on anyway 605 # a warning and turn it on anyway
606 606
607 SOURCE_BROWSER = NO 607 SOURCE_BROWSER = YES
608 608
609 # Setting the INLINE_SOURCES tag to YES will include the body 609 # Setting the INLINE_SOURCES tag to YES will include the body
610 # of functions and classes directly in the documentation. 610 # of functions and classes directly in the documentation.
611 611
612 INLINE_SOURCES = NO 612 INLINE_SOURCES = NO