diff -r c945f577a66d -r eb371753e814 lemon/smart_graph.h --- a/lemon/smart_graph.h Mon Jan 22 12:13:57 2007 +0000 +++ b/lemon/smart_graph.h Tue Jan 23 12:51:39 2007 +0000 @@ -693,7 +693,7 @@ ///Constructor that immediately makes a snapshot ///This constructor immediately makes a snapshot of the graph. - ///\param _g The graph we make a snapshot of. + ///\param g The graph we make a snapshot of. Snapshot(SmartUGraph &g) { g.saveSnapshot(*this); } @@ -704,7 +704,7 @@ /// ///This function can be called more than once. In case of a repeated ///call, the previous snapshot gets lost. - ///\param _g The graph we make the snapshot of. + ///\param g The graph we make the snapshot of. void save(SmartUGraph &g) { g.saveSnapshot(*this);