COIN-OR::LEMON - Graph Library

Changeset 2307:558cc308a4bd in lemon-0.x


Ignore:
Timestamp:
11/21/06 19:29:31 (17 years ago)
Author:
Balazs Dezso
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@3082
Message:

Some doc fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/bfs.h

    r2306 r2307  
    588588    }
    589589   
    590     ///Executes the algorithm until \c dest is the next node to processed.
    591 
    592     ///Executes the algorithm until \c dest is the next node to processed.
     590    ///Executes the algorithm until \c dest is reached.
     591
     592    ///Executes the algorithm until \c dest is reached.
    593593    ///
    594594    ///\pre init() must be called and at least one node should be added
     
    616616    ///
    617617    ///\param nm must be a bool (or convertible) node map. The
    618     ///algorithm will stop when for the next processable node \c v is
     618    ///algorithm will stop when it reached a node \c v with
    619619    ///<tt>nm[v]</tt> true.
    620620    ///\todo query the reached target
     
    15031503    }
    15041504   
    1505     /// \brief Executes the algorithm until \c dest will be next processed.
    1506     ///
    1507     /// Executes the algorithm until \c dest will be next processed.
     1505    /// \brief Executes the algorithm until \c dest is reached.
     1506    ///
     1507    /// Executes the algorithm until \c dest is reached.
    15081508    ///
    15091509    /// \pre init() must be called and at least one node should be added
     
    15241524    ///
    15251525    ///\param nm must be a bool (or convertible) node map. The
    1526     ///algorithm will stop when it reaches a node \c v with
     1526    ///algorithm will stop when it reached a node \c v with
    15271527    ///<tt>nm[v]</tt> true.
    15281528    template <typename NM>
Note: See TracChangeset for help on using the changeset viewer.