COIN-OR::LEMON - Graph Library

Changeset 1151:b217fc69f913 in lemon-0.x for src/lemon/path.h


Ignore:
Timestamp:
02/16/05 17:17:30 (19 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1552
Message:

Several changes in the docs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/lemon/path.h

    r986 r1151  
    3434///\file
    3535///\brief Classes for representing paths in graphs.
     36///
     37///\todo Iterators have obsolete style
    3638
    3739#ifndef LEMON_PATH_H
     
    158160     * \brief Iterator class to iterate on the edges of the paths
    159161     *
    160      * \ingroup paths
    161162     * This class is used to iterate on the edges of the paths
    162163     *
     
    205206     * \brief Iterator class to iterate on the nodes of the paths
    206207     *
    207      * \ingroup paths
    208208     * This class is used to iterate on the nodes of the paths
    209209     *
     
    256256     * \brief Class to build paths
    257257     *
    258      * \ingroup paths
    259258     * This class is used to fill a path with edges.
    260259     *
     
    495494     * \brief Iterator class to iterate on the edges of the paths
    496495     *
    497      * \ingroup paths
    498496     * This class is used to iterate on the edges of the paths
    499497     *
     
    543541     * \brief Iterator class to iterate on the nodes of the paths
    544542     *
    545      * \ingroup paths
    546543     * This class is used to iterate on the nodes of the paths
    547544     *
     
    596593     * \brief Class to build paths
    597594     *
    598      * \ingroup paths
    599595     * This class is used to fill a path with edges.
    600596     *
Note: See TracChangeset for help on using the changeset viewer.