Author: borisk
Date: Fri Mar 14 06:24:07 2008
New Revision: 637089
URL: http://svn.apache.org/viewvc?rev=637089&view=rev
Log:
Disable use of Graphviz for the class diagram generation. The built-in support
in recent Doxygen versions results in nicer-looking diagrams that also take
less disk space.
Modified:
xerces/c/branches/xerces-2/doc/Doxyfile
Modified: xerces/c/branches/xerces-2/doc/Doxyfile
URL:
http://svn.apache.org/viewvc/xerces/c/branches/xerces-2/doc/Doxyfile?rev=637089&r1=637088&r2=637089&view=diff
==============================================================================
--- xerces/c/branches/xerces-2/doc/Doxyfile (original)
+++ xerces/c/branches/xerces-2/doc/Doxyfile Fri Mar 14 06:24:07 2008
@@ -1030,10 +1030,9 @@
# If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is
# available from the path. This tool is part of Graphviz, a graph
visualization
-# toolkit from AT&T and Lucent Bell Labs. The other options in this section
-# have no effect if this option is set to NO (the default)
+# toolkit from AT&T and Lucent Bell Labs.
-HAVE_DOT = YES
+HAVE_DOT = NO
# If the CLASS_GRAPH and HAVE_DOT tags are set to YES then doxygen
# will generate a graph for each documented class showing the direct and
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]