diff -r c20bcf71efe3 -r b217fc69f913 src/lemon/concept/path.h --- a/src/lemon/concept/path.h Tue Feb 15 15:00:31 2005 +0000 +++ b/src/lemon/concept/path.h Wed Feb 16 16:17:30 2005 +0000 @@ -17,6 +17,8 @@ ///\ingroup concept ///\file ///\brief Classes for representing paths in graphs. +/// +///\todo Iterators have obsolete style #ifndef LEMON_CONCEPT_PATH_H #define LEMON_CONCEPT_PATH_H @@ -98,7 +100,6 @@ /** * \brief Iterator class to iterate on the edges of the paths * - * \ingroup concept * This class is used to iterate on the edges of the paths * * Of course it converts to Graph::Edge @@ -131,7 +132,6 @@ /** * \brief Iterator class to iterate on the nodes of the paths * - * \ingroup concept * This class is used to iterate on the nodes of the paths * * Of course it converts to Graph::Node. @@ -166,7 +166,6 @@ /** * \brief Class to build paths * - * \ingroup concept * 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