COIN-OR::LEMON - Graph Library

Changeset 911:89a4fbb99cad in lemon-0.x for src/hugo/dfs.h


Ignore:
Timestamp:
09/28/04 09:00:58 (20 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1222
Message:

Fix many doxygen command bugs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/hugo/dfs.h

    r906 r911  
    4949    ///The type of the underlying graph.
    5050    typedef GR Graph;
    51     /// .
     51    ///\e
    5252    typedef typename Graph::Node Node;
    53     /// .
     53    ///\e
    5454    typedef typename Graph::NodeIt NodeIt;
    55     /// .
     55    ///\e
    5656    typedef typename Graph::Edge Edge;
    57     /// .
     57    ///\e
    5858    typedef typename Graph::OutEdgeIt OutEdgeIt;
    5959   
     
    108108   
    109109    ///\param _G the graph the algorithm will run on.
     110    ///
    110111    Dfs(const Graph& _G) :
    111112      G(&_G),
Note: See TracChangeset for help on using the changeset viewer.