Author: mysqlpp
Date: Sat Aug 16 17:46:51 2008
New Revision: 2343

URL: http://svn.gna.org/viewcvs/mysqlpp?rev=2343&view=rev
Log:
Disabled include graphs in refman.  With new Doxygen, they're getting
really huge, and they're not very helpful in MySQL++ because the headers
are so intertwined.  It just makes a hairball.

Modified:
    trunk/lib/Doxyfile.in

Modified: trunk/lib/Doxyfile.in
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/lib/Doxyfile.in?rev=2343&r1=2342&r2=2343&view=diff
==============================================================================
--- trunk/lib/Doxyfile.in (original)
+++ trunk/lib/Doxyfile.in Sat Aug 16 17:46:51 2008
@@ -994,14 +994,14 @@
 # file showing the direct and indirect include dependencies of the file with 
 # other documented files.
 
-INCLUDE_GRAPH          = YES
+INCLUDE_GRAPH          = NO
 
 # If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDED_BY_GRAPH, and 
 # HAVE_DOT tags are set to YES then doxygen will generate a graph for each 
 # documented header file showing the documented files that directly or 
 # indirectly include this file.
 
-INCLUDED_BY_GRAPH      = YES
+INCLUDED_BY_GRAPH      = NO
 
 # If the CALL_GRAPH and HAVE_DOT tags are set to YES then doxygen will 
 # generate a call dependency graph for every global function or class method. 


_______________________________________________
Mysqlpp-commits mailing list
[email protected]
https://mail.gna.org/listinfo/mysqlpp-commits

Reply via email to