Changes in doc.
1.1 --- a/src/lemon/list_graph.h Fri Jan 14 08:01:17 2005 +0000
1.2 +++ b/src/lemon/list_graph.h Fri Jan 14 08:02:10 2005 +0000
1.3 @@ -397,7 +397,6 @@
1.4 ///
1.5 ///\warning Edge and node deletions cannot be restored.
1.6 ///\warning SnapShots cannot be nested.
1.7 - ///\ingroup graphs
1.8 ///\todo \c SnapShot or \c Snapshot?
1.9 class SnapShot : protected AlterationNotifier<Node>::ObserverBase,
1.10 protected AlterationNotifier<Edge>::ObserverBase
2.1 --- a/src/lemon/smart_graph.h Fri Jan 14 08:01:17 2005 +0000
2.2 +++ b/src/lemon/smart_graph.h Fri Jan 14 08:02:10 2005 +0000
2.3 @@ -290,7 +290,6 @@
2.4 ///a later state, in other word you cannot add again the edges deleted
2.5 ///by restore() using another SnapShot instance.
2.6 ///
2.7 - ///\ingroup graphs
2.8 class SnapShot
2.9 {
2.10 SmartGraph *g;