COIN-OR::LEMON - Graph Library

Changeset 1151:b217fc69f913 in lemon-0.x for src/lemon/concept/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/concept/path.h

    r986 r1151  
    1818///\file
    1919///\brief Classes for representing paths in graphs.
     20///
     21///\todo Iterators have obsolete style
    2022
    2123#ifndef LEMON_CONCEPT_PATH_H
     
    99101       * \brief Iterator class to iterate on the edges of the paths
    100102       *
    101        * \ingroup concept
    102103       * This class is used to iterate on the edges of the paths
    103104       *
     
    132133       * \brief Iterator class to iterate on the nodes of the paths
    133134       *
    134        * \ingroup concept
    135135       * This class is used to iterate on the nodes of the paths
    136136       *
     
    167167       * \brief Class to build paths
    168168       *
    169        * \ingroup concept
    170169       * This class is used to fill a path with edges.
    171170       *
Note: See TracChangeset for help on using the changeset viewer.