lemon/euler.h
changeset 919 e0cef67fe565
parent 877 141f9c0db4a3
child 1092 dceba191c00d
     1.1 --- a/lemon/euler.h	Sat Jan 08 15:52:07 2011 +0100
     1.2 +++ b/lemon/euler.h	Sun Jan 09 16:51:14 2011 +0100
     1.3 @@ -36,7 +36,7 @@
     1.4  
     1.5    ///Euler tour iterator for digraphs.
     1.6  
     1.7 -  /// \ingroup graph_prop
     1.8 +  /// \ingroup graph_properties
     1.9    ///This iterator provides an Euler tour (Eulerian circuit) of a \e directed
    1.10    ///graph (if there exists) and it converts to the \c Arc type of the digraph.
    1.11    ///