COIN-OR::LEMON - Graph Library

Changeset 1624:61cc647dac99 in lemon-0.x for lemon/concept


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

Several docfices

Location:
lemon/concept
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • lemon/concept/graph.h

    r1622 r1624  
    315315        /// This constructor sets the iterator to the first outgoing edge of
    316316        /// the node.
    317         ///@param n the node
    318         ///@param g the graph
    319317        OutEdgeIt(const StaticGraph&, const Node&) { }
    320318        /// Edge -> OutEdgeIt conversion
     
    364362        /// This constructor set the iterator to the first incoming edge of
    365363        /// the node.
    366         ///@param n the node
    367         ///@param g the graph
    368364        InEdgeIt(const StaticGraph&, const Node&) { }
    369365        /// Edge -> InEdgeIt conversion
  • lemon/concept/path.h

    r1435 r1624  
    5353      class EdgeIt;
    5454
    55       /// \param _G The graph in which the path is.
    56       ///
    57       Path(const Graph &) {}
     55      /// \param _g The graph in which the path is.
     56      ///
     57      Path(const Graph &_g) {}
    5858
    5959      /// Length of the path.
     
    182182        Path &P;
    183183
    184         ///\param _P the path you want to fill in.
     184        ///\param _p the path you want to fill in.
    185185        ///
    186186
  • lemon/concept/undir_graph.h

    r1620 r1624  
    315315   
    316316        /// This constructor sets the iterator to the first edge of \c g.
    317         ///@param g the graph
    318317        UndirEdgeIt(const UndirGraph&) { }
    319318        /// UndirEdge -> UndirEdgeIt conversion
     
    363362        /// This constructor set the iterator to the first incident edge of
    364363        /// the node.
    365         ///@param n the node
    366         ///@param g the graph
    367364        IncEdgeIt(const UndirGraph&, const Node&) { }
    368365        /// UndirEdge -> IncEdgeIt conversion
Note: See TracChangeset for help on using the changeset viewer.