[Lemon-commits] alpar: r3436 - lemon/trunk/lemon

Lemon SVN svn at lemon.cs.elte.hu
Mon Jan 7 18:07:42 CET 2008


Author: alpar
Date: Mon Jan  7 18:07:40 2008
New Revision: 3436

Modified:
   lemon/trunk/lemon/kruskal.h

Log:
Minor doc fix

Modified: lemon/trunk/lemon/kruskal.h
==============================================================================
--- lemon/trunk/lemon/kruskal.h	(original)
+++ lemon/trunk/lemon/kruskal.h	Mon Jan  7 18:07:40 2008
@@ -611,7 +611,6 @@
   ///
   /// \param in This object is used to describe the edge costs. It can be one
   /// of the following choices.
-  ///
   /// - An STL compatible 'Forward Container' with
   /// <tt>std::pair<GR::UEdge,X></tt> or
   /// <tt>std::pair<GR::Edge,X></tt> as its <tt>value_type</tt>, where



More information about the Lemon-commits mailing list