src/lemon/smart_graph.h
changeset 1080 568ce2be7fe0
parent 1040 372f08e8f403
child 1082 e9eae612f01c
     1.1 --- a/src/lemon/smart_graph.h	Fri Jan 14 08:01:17 2005 +0000
     1.2 +++ b/src/lemon/smart_graph.h	Fri Jan 14 08:02:10 2005 +0000
     1.3 @@ -290,7 +290,6 @@
     1.4      ///a later state, in other word you cannot add again the edges deleted
     1.5      ///by restore() using another SnapShot instance.
     1.6      ///
     1.7 -    ///\ingroup graphs
     1.8      class SnapShot 
     1.9      {
    1.10        SmartGraph *g;