# HG changeset patch # User kpeter # Date 1196859444 0 # Node ID edad4c3e926d280402a62e77607f75f4c036ffb3 # Parent aea952a1af99469d2f060ab1b538c64507cf9479 Improved docs. diff -r aea952a1af99 -r edad4c3e926d lemon/graph_utils.h --- a/lemon/graph_utils.h Wed Dec 05 01:43:02 2007 +0000 +++ b/lemon/graph_utils.h Wed Dec 05 12:57:24 2007 +0000 @@ -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 @@ -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 @@ -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