lemon/euler.h
changeset 2350 eb371753e814
parent 1993 2115143eceea
child 2391 14a343be7a5a
     1.1 --- a/lemon/euler.h	Mon Jan 22 12:13:57 2007 +0000
     1.2 +++ b/lemon/euler.h	Tue Jan 23 12:51:39 2007 +0000
     1.3 @@ -121,9 +121,9 @@
     1.4    ///Euler iterator for undirected graphs.
     1.5  
     1.6    /// \ingroup topology
     1.7 -  ///This iterator converts to the \c Edge (or \cUEdge)
     1.8 +  ///This iterator converts to the \c Edge (or \c UEdge)
     1.9    ///type of the graph and using
    1.10 -  ///operator ++ it provides an Euler tour of an \undirected
    1.11 +  ///operator ++ it provides an Euler tour of an undirected
    1.12    ///graph (if there exists).
    1.13    ///
    1.14    ///For example