COIN-OR::LEMON - Graph Library

Changeset 2476:059dcdda37c5 in lemon-0.x for lemon/dfs.h


Ignore:
Timestamp:
09/27/07 15:04:06 (17 years ago)
Author:
Peter Kovacs
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@3315
Message:

Bug fixes in the documentation (mainly bad references).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/dfs.h

    r2443 r2476  
    565565    ///
    566566    ///\param em must be a bool (or convertible) edge map. The algorithm
    567     ///will stop when it reaches an edge \c e with <tt>em[e]<\tt> true.
    568     ///
    569     ///\return The reached edge \c e with <tt>em[e]<\tt> true or
     567    ///will stop when it reaches an edge \c e with <tt>em[e]</tt> true.
     568    ///
     569    ///\return The reached edge \c e with <tt>em[e]</tt> true or
    570570    ///\c INVALID if no such edge was found.
    571571    ///
     
    14591459    ///
    14601460    /// \param em must be a bool (or convertible) edge map. The algorithm
    1461     /// will stop when it reaches an edge \c e with <tt>em[e]<\tt> true.
    1462     ///
    1463     ///\return The reached edge \c e with <tt>em[e]<\tt> true or
     1461    /// will stop when it reaches an edge \c e with <tt>em[e]</tt> true.
     1462    ///
     1463    ///\return The reached edge \c e with <tt>em[e]</tt> true or
    14641464    ///\c INVALID if no such edge was found.
    14651465    ///
Note: See TracChangeset for help on using the changeset viewer.