[Lemon-commits] kpeter: r3412 - lemon/trunk/lemon

Lemon SVN svn at lemon.cs.elte.hu
Wed Dec 5 13:57:24 CET 2007


Author: kpeter
Date: Wed Dec  5 13:57:24 2007
New Revision: 3412

Modified:
   lemon/trunk/lemon/graph_utils.h

Log:
Improved docs.


Modified: lemon/trunk/lemon/graph_utils.h
==============================================================================
--- lemon/trunk/lemon/graph_utils.h	(original)
+++ lemon/trunk/lemon/graph_utils.h	Wed Dec  5 13:57:24 2007
@@ -931,9 +931,9 @@
   ///\endcode
   /// 
   /// After the copy the \c nr map will contain the mapping from the
-  /// from graph's nodes to the to graph's nodes and the \c ecr will
-  /// contain the mapping from the to graph's edges to the from's
-  /// edges.
+  /// nodes of the \c from graph to the nodes of the \c to graph and
+  /// \c ecr will contain the mapping from the edges of the \c to graph
+  /// to the edges of the \c from graph.
   ///
   /// \see GraphCopy 
   template <typename To, typename From>
@@ -1188,9 +1188,9 @@
   ///\endcode
   /// 
   /// After the copy the \c nr map will contain the mapping from the
-  /// from graph's nodes to the to graph's nodes and the \c ecr will
-  /// contain the mapping from the to graph's edges to the from's
-  /// edges.
+  /// nodes of the \c from graph to the nodes of the \c to graph and
+  /// \c ecr will contain the mapping from the edges of the \c to graph
+  /// to the edges of the \c from graph.
   ///
   /// \see UGraphCopy 
   template <typename To, typename From>
@@ -1553,9 +1553,9 @@
   ///\endcode
   /// 
   /// After the copy the \c nr map will contain the mapping from the
-  /// from graph's nodes to the to graph's nodes and the \c ecr will
-  /// contain the mapping from the to graph's edges to the from's
-  /// edges.
+  /// nodes of the \c from graph to the nodes of the \c to graph and
+  /// \c ecr will contain the mapping from the edges of the \c to graph
+  /// to the edges of the \c from graph.
   ///
   /// \see BpUGraphCopy
   template <typename To, typename From>



More information about the Lemon-commits mailing list