src/lemon/list_graph.h
changeset 1080 568ce2be7fe0
parent 1040 372f08e8f403
child 1106 0a7d604a9763
     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