diff -r c945f577a66d -r eb371753e814 lemon/euler.h --- a/lemon/euler.h Mon Jan 22 12:13:57 2007 +0000 +++ b/lemon/euler.h Tue Jan 23 12:51:39 2007 +0000 @@ -121,9 +121,9 @@ ///Euler iterator for undirected graphs. /// \ingroup topology - ///This iterator converts to the \c Edge (or \cUEdge) + ///This iterator converts to the \c Edge (or \c UEdge) ///type of the graph and using - ///operator ++ it provides an Euler tour of an \undirected + ///operator ++ it provides an Euler tour of an undirected ///graph (if there exists). /// ///For example