[Lemon-commits] [lemon_svn] deba: r2253 - hugo/trunk/lemon

Lemon SVN svn at lemon.cs.elte.hu
Mon Nov 6 20:51:16 CET 2006


Author: deba
Date: Fri Oct 14 13:01:21 2005
New Revision: 2253

Modified:
   hugo/trunk/lemon/full_graph.h

Log:
Doc bugfix



Modified: hugo/trunk/lemon/full_graph.h
==============================================================================
--- hugo/trunk/lemon/full_graph.h	(original)
+++ hugo/trunk/lemon/full_graph.h	Fri Oct 14 13:01:21 2005
@@ -392,13 +392,13 @@
   ///
   /// \brief An undirected full graph class.
   ///
-  /// This is a simple and fast directed full graph implementation.
+  /// This is a simple and fast undirected full graph implementation.
   /// It is completely static, so you can neither add nor delete either
   /// edges or nodes.
   ///
   /// The main difference beetween the \e FullGraph and \e UndirFullGraph class
   /// is that this class conforms to the undirected graph concept and
-  /// it does not contain the hook edges.
+  /// it does not contain the loop edges.
   ///
   /// \sa FullGraph
   ///



More information about the Lemon-commits mailing list