diff -r c20bcf71efe3 -r b217fc69f913 src/lemon/path.h --- a/src/lemon/path.h Tue Feb 15 15:00:31 2005 +0000 +++ b/src/lemon/path.h Wed Feb 16 16:17:30 2005 +0000 @@ -33,6 +33,8 @@ ///\ingroup paths ///\file ///\brief Classes for representing paths in graphs. +/// +///\todo Iterators have obsolete style #ifndef LEMON_PATH_H #define LEMON_PATH_H @@ -157,7 +159,6 @@ /** * \brief Iterator class to iterate on the edges of the paths * - * \ingroup paths * This class is used to iterate on the edges of the paths * * Of course it converts to Graph::Edge @@ -204,7 +205,6 @@ /** * \brief Iterator class to iterate on the nodes of the paths * - * \ingroup paths * This class is used to iterate on the nodes of the paths * * Of course it converts to Graph::Node @@ -255,7 +255,6 @@ /** * \brief Class to build paths * - * \ingroup paths * This class is used to fill a path with edges. * * You can push new edges to the front and to the back of the path in @@ -494,7 +493,6 @@ /** * \brief Iterator class to iterate on the edges of the paths * - * \ingroup paths * This class is used to iterate on the edges of the paths * * Of course it converts to Graph::Edge @@ -542,7 +540,6 @@ /** * \brief Iterator class to iterate on the nodes of the paths * - * \ingroup paths * This class is used to iterate on the nodes of the paths * * Of course it converts to Graph::Node @@ -595,7 +592,6 @@ /** * \brief Class to build paths * - * \ingroup paths * This class is used to fill a path with edges. * * You can push new edges to the front and to the back of the path in