Improved docs.
1.1 --- a/lemon/graph_utils.h Wed Dec 05 01:43:02 2007 +0000
1.2 +++ b/lemon/graph_utils.h Wed Dec 05 12:57:24 2007 +0000
1.3 @@ -931,9 +931,9 @@
1.4 ///\endcode
1.5 ///
1.6 /// After the copy the \c nr map will contain the mapping from the
1.7 - /// from graph's nodes to the to graph's nodes and the \c ecr will
1.8 - /// contain the mapping from the to graph's edges to the from's
1.9 - /// edges.
1.10 + /// nodes of the \c from graph to the nodes of the \c to graph and
1.11 + /// \c ecr will contain the mapping from the edges of the \c to graph
1.12 + /// to the edges of the \c from graph.
1.13 ///
1.14 /// \see GraphCopy
1.15 template <typename To, typename From>
1.16 @@ -1188,9 +1188,9 @@
1.17 ///\endcode
1.18 ///
1.19 /// After the copy the \c nr map will contain the mapping from the
1.20 - /// from graph's nodes to the to graph's nodes and the \c ecr will
1.21 - /// contain the mapping from the to graph's edges to the from's
1.22 - /// edges.
1.23 + /// nodes of the \c from graph to the nodes of the \c to graph and
1.24 + /// \c ecr will contain the mapping from the edges of the \c to graph
1.25 + /// to the edges of the \c from graph.
1.26 ///
1.27 /// \see UGraphCopy
1.28 template <typename To, typename From>
1.29 @@ -1553,9 +1553,9 @@
1.30 ///\endcode
1.31 ///
1.32 /// After the copy the \c nr map will contain the mapping from the
1.33 - /// from graph's nodes to the to graph's nodes and the \c ecr will
1.34 - /// contain the mapping from the to graph's edges to the from's
1.35 - /// edges.
1.36 + /// nodes of the \c from graph to the nodes of the \c to graph and
1.37 + /// \c ecr will contain the mapping from the edges of the \c to graph
1.38 + /// to the edges of the \c from graph.
1.39 ///
1.40 /// \see BpUGraphCopy
1.41 template <typename To, typename From>