COIN-OR::LEMON - Graph Library

Changeset 1946:17eb3eaad9f8 in lemon-0.x for lemon/dfs.h


Ignore:
Timestamp:
02/02/06 18:43:24 (18 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2521
Message:
  • workaround for a Doxygen 1.4.6 bug
  • other doc fixes
File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/dfs.h

    r1875 r1946  
    14431443    /// This method runs the %DFS algorithm from a root node \c s.
    14441444    /// \note d.run(s) is just a shortcut of the following code.
    1445     /// \code
     1445    ///\code
    14461446    ///   d.init();
    14471447    ///   d.addSource(s);
    14481448    ///   d.start();
    1449     /// \endcode
     1449    ///\endcode
    14501450    void run(Node s) {
    14511451      init();
Note: See TracChangeset for help on using the changeset viewer.