COIN-OR::LEMON - Graph Library

Changeset 1631:e15162d8eca1 in lemon-0.x for lemon/bfs.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/bfs.h

    r1624 r1631  
    699699    ///if \c v is unreachable from the root(s) or \c v is a root. The
    700700    ///shortest path tree used here is equal to the shortest path tree used in
    701     ///\ref predNode(Node v).
     701    ///\ref predNode().
    702702    ///\pre Either \ref run() or \ref start() must be called before using
    703703    ///this function.
     
    714714    ///if \c v itself a root.
    715715    ///The shortest path tree used here is equal to the shortest path
    716     ///tree used in \ref pred(Node v).
     716    ///tree used in \ref pred().
    717717    ///\pre Either \ref run() or \ref start() must be called before
    718718    ///using this function.
Note: See TracChangeset for help on using the changeset viewer.