lemon/concept/graph.h
changeset 1624 61cc647dac99
parent 1622 9c98841eda96
child 1627 3fd1ba6e9872
     1.1 --- a/lemon/concept/graph.h	Thu Aug 11 13:20:52 2005 +0000
     1.2 +++ b/lemon/concept/graph.h	Thu Aug 11 14:31:06 2005 +0000
     1.3 @@ -314,8 +314,6 @@
     1.4      
     1.5          /// This constructor sets the iterator to the first outgoing edge of
     1.6          /// the node.
     1.7 -        ///@param n the node
     1.8 -        ///@param g the graph
     1.9          OutEdgeIt(const StaticGraph&, const Node&) { }
    1.10          /// Edge -> OutEdgeIt conversion
    1.11  
    1.12 @@ -363,8 +361,6 @@
    1.13      
    1.14          /// This constructor set the iterator to the first incoming edge of
    1.15          /// the node.
    1.16 -        ///@param n the node
    1.17 -        ///@param g the graph
    1.18          InEdgeIt(const StaticGraph&, const Node&) { }
    1.19          /// Edge -> InEdgeIt conversion
    1.20