diff -r 99a31b399b59 -r 7c12061bd271 lemon/euler.h --- a/lemon/euler.h Tue Apr 14 10:40:33 2009 +0100 +++ b/lemon/euler.h Wed Apr 15 04:26:13 2009 +0200 @@ -24,7 +24,7 @@ #include #include -/// \ingroup graph_prop +/// \ingroup graph_properties /// \file /// \brief Euler tour /// @@ -36,7 +36,7 @@ ///Euler iterator for digraphs. - /// \ingroup graph_prop + /// \ingroup graph_properties ///This iterator converts to the \c Arc type of the digraph and using ///operator ++, it provides an Euler tour of a \e directed ///graph (if there exists). @@ -123,7 +123,7 @@ ///Euler iterator for graphs. - /// \ingroup graph_prop + /// \ingroup graph_properties ///This iterator converts to the \c Arc (or \c Edge) ///type of the digraph and using ///operator ++, it provides an Euler tour of an undirected @@ -228,7 +228,7 @@ ///Checks if the graph is Eulerian - /// \ingroup graph_prop + /// \ingroup graph_properties ///Checks if the graph is Eulerian. It works for both directed and undirected ///graphs. ///\note By definition, a digraph is called \e Eulerian if