diff options
author | Mark Doliner <markdoliner@pidgin.im> | 2007-11-12 08:27:17 +0000 |
---|---|---|
committer | Mark Doliner <markdoliner@pidgin.im> | 2007-11-12 08:27:17 +0000 |
commit | 8bf740a5f8c4b30fca4044feb07cb3ebf4854d77 (patch) | |
tree | f58eb89ac3da6fb3019eed258e955943229a20a2 /Doxyfile.in | |
parent | 230a43607fd1efd1c599550b1d1c78ed458e03aa (diff) | |
download | pidgin-8bf740a5f8c4b30fca4044feb07cb3ebf4854d77.tar.gz |
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
Diffstat (limited to 'Doxyfile.in')
-rw-r--r-- | Doxyfile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doxyfile.in b/Doxyfile.in index 237f9af2df..ba657628bc 100644 --- a/Doxyfile.in +++ b/Doxyfile.in @@ -604,7 +604,7 @@ FILTER_SOURCE_FILES = NO # 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. |