# HG changeset patch # User alpar # Date 1105689730 0 # Node ID 568ce2be7fe0b13e54f9093ba49cf480729cacbf # Parent 81addddaf3d3dd45ce34f9a50c0e3f5862a5e4c5 Changes in doc. diff -r 81addddaf3d3 -r 568ce2be7fe0 src/lemon/list_graph.h --- a/src/lemon/list_graph.h Fri Jan 14 08:01:17 2005 +0000 +++ b/src/lemon/list_graph.h Fri Jan 14 08:02:10 2005 +0000 @@ -397,7 +397,6 @@ /// ///\warning Edge and node deletions cannot be restored. ///\warning SnapShots cannot be nested. - ///\ingroup graphs ///\todo \c SnapShot or \c Snapshot? class SnapShot : protected AlterationNotifier::ObserverBase, protected AlterationNotifier::ObserverBase diff -r 81addddaf3d3 -r 568ce2be7fe0 src/lemon/smart_graph.h --- a/src/lemon/smart_graph.h Fri Jan 14 08:01:17 2005 +0000 +++ b/src/lemon/smart_graph.h Fri Jan 14 08:02:10 2005 +0000 @@ -290,7 +290,6 @@ ///a later state, in other word you cannot add again the edges deleted ///by restore() using another SnapShot instance. /// - ///\ingroup graphs class SnapShot { SmartGraph *g;