COIN-OR::LEMON - Graph Library

Changeset 1631:e15162d8eca1 in lemon-0.x for lemon/dfs.h


Ignore:
Timestamp:
08/16/05 21:06:59 (19 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2139
Message:

Fixed most (but not all) of Doxygen warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/dfs.h

    r1540 r1631  
    709709    ///if \c v is unreachable from the root(s) or \c v is a root. The
    710710    ///%DFS tree used here is equal to the %DFS tree used in
    711     ///\ref predNode(Node v).
     711    ///\ref predNode().
    712712    ///\pre Either \ref run() or \ref start() must be called before using
    713713    ///this function.
     
    724724    ///if \c v itself a root.
    725725    ///The %DFS tree used here is equal to the %DFS
    726     ///tree used in \ref pred(Node v).
     726    ///tree used in \ref pred().
    727727    ///\pre Either \ref run() or \ref start() must be called before
    728728    ///using this function.
Note: See TracChangeset for help on using the changeset viewer.