src/lemon/concept/path.h
changeset 1151 b217fc69f913
parent 986 e997802b855c
child 1164 80bb73097736
     1.1 --- a/src/lemon/concept/path.h	Tue Feb 15 15:00:31 2005 +0000
     1.2 +++ b/src/lemon/concept/path.h	Wed Feb 16 16:17:30 2005 +0000
     1.3 @@ -17,6 +17,8 @@
     1.4  ///\ingroup concept
     1.5  ///\file
     1.6  ///\brief Classes for representing paths in graphs.
     1.7 +///
     1.8 +///\todo Iterators have obsolete style
     1.9  
    1.10  #ifndef LEMON_CONCEPT_PATH_H
    1.11  #define LEMON_CONCEPT_PATH_H
    1.12 @@ -98,7 +100,6 @@
    1.13        /**
    1.14         * \brief Iterator class to iterate on the edges of the paths
    1.15         *
    1.16 -       * \ingroup concept
    1.17         * This class is used to iterate on the edges of the paths
    1.18         *
    1.19         * Of course it converts to Graph::Edge
    1.20 @@ -131,7 +132,6 @@
    1.21        /**
    1.22         * \brief Iterator class to iterate on the nodes of the paths
    1.23         *
    1.24 -       * \ingroup concept
    1.25         * This class is used to iterate on the nodes of the paths
    1.26         *
    1.27         * Of course it converts to Graph::Node.
    1.28 @@ -166,7 +166,6 @@
    1.29        /**
    1.30         * \brief Class to build paths
    1.31         *
    1.32 -       * \ingroup concept
    1.33         * This class is used to fill a path with edges.
    1.34         *
    1.35         * You can push new edges to the front and to the back of the path in