diff -r c3defc3590aa -r 61cc647dac99 lemon/concept/undir_graph.h --- a/lemon/concept/undir_graph.h Thu Aug 11 13:20:52 2005 +0000 +++ b/lemon/concept/undir_graph.h Thu Aug 11 14:31:06 2005 +0000 @@ -314,7 +314,6 @@ /// This constructor sets the iterator to the first edge. /// This constructor sets the iterator to the first edge of \c g. - ///@param g the graph UndirEdgeIt(const UndirGraph&) { } /// UndirEdge -> UndirEdgeIt conversion @@ -362,8 +361,6 @@ /// This constructor set the iterator to the first incident edge of /// the node. - ///@param n the node - ///@param g the graph IncEdgeIt(const UndirGraph&, const Node&) { } /// UndirEdge -> IncEdgeIt conversion