COIN-OR::LEMON - Graph Library

Changeset 2350:eb371753e814 in lemon-0.x for lemon/bfs.h


Ignore:
Timestamp:
01/23/07 13:51:39 (17 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@3142
Message:

Several doc improvements.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/bfs.h

    r2335 r2350  
    521521    ///should be initially false.
    522522    ///
    523     ///\param target The nodemaps of possible targets.
     523    ///\param nm The nodemaps of possible targets.
    524524    ///\retval reached Indicates that one of the target nodes is reached.
    525525    ///\return The processed node.
     
    618618    ///\param nm must be a bool (or convertible) node map. The
    619619    ///algorithm will stop when it reached a node \c v with
    620     ///<tt>nm[v]</tt> true.
     620    /// <tt>nm[v]</tt> true.
    621621    ///\todo query the reached target
    622622    template<class NM>
     
    14361436    /// should be initially false.
    14371437    ///
    1438     /// \param target The nodemaps of possible targets.
     1438    /// \param nm The nodemaps of possible targets.
    14391439    /// \retval reached Indicates that one of the target nodes is reached.
    14401440    /// \return The processed node.
     
    15151515    ///\param nm must be a bool (or convertible) node map. The
    15161516    ///algorithm will stop when it reached a node \c v with
    1517     ///<tt>nm[v]</tt> true.
     1517    /// <tt>nm[v]</tt> true.
    15181518    template <typename NM>
    15191519    void start(const NM &nm) {
Note: See TracChangeset for help on using the changeset viewer.