This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[v3] docs/doxygen/user.cfg.in: Set HAVE_DOT to NO.


I accidentally reverted Benjamin's last change in a previous commit.


 2004-11-16  Matthias Klose  <doko@debian.org>
 
	* docs/doxygen/user.cfg.in: Set HAVE_DOT to NO.

Index: docs/doxygen/user.cfg.in
===================================================================
RCS file: /cvs/gcc/gcc/libstdc++-v3/docs/doxygen/user.cfg.in,v
retrieving revision 1.34
diff -u -r1.34 user.cfg.in
--- docs/doxygen/user.cfg.in	16 Nov 2004 08:03:15 -0000	1.34
+++ docs/doxygen/user.cfg.in	16 Nov 2004 09:06:04 -0000
@@ -254,7 +254,7 @@
 #---------------------------------------------------------------------------
 CLASS_DIAGRAMS         = YES
 HIDE_UNDOC_RELATIONS   = YES
-HAVE_DOT               = YES
+HAVE_DOT               = NO
 CLASS_GRAPH            = YES
 COLLABORATION_GRAPH    = YES
 UML_LOOK               = NO


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]