[Lemon-commits] [lemon_svn] alpar: r1476 - hugo/trunk/src/lemon

Lemon SVN svn at lemon.cs.elte.hu
Mon Nov 6 20:45:45 CET 2006


Author: alpar
Date: Fri Jan 14 09:02:10 2005
New Revision: 1476

Modified:
   hugo/trunk/src/lemon/list_graph.h
   hugo/trunk/src/lemon/smart_graph.h

Log:
Changes in doc.

Modified: hugo/trunk/src/lemon/list_graph.h
==============================================================================
--- hugo/trunk/src/lemon/list_graph.h	(original)
+++ hugo/trunk/src/lemon/list_graph.h	Fri Jan 14 09:02:10 2005
@@ -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<Node>::ObserverBase,
 		     protected AlterationNotifier<Edge>::ObserverBase

Modified: hugo/trunk/src/lemon/smart_graph.h
==============================================================================
--- hugo/trunk/src/lemon/smart_graph.h	(original)
+++ hugo/trunk/src/lemon/smart_graph.h	Fri Jan 14 09:02:10 2005
@@ -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;



More information about the Lemon-commits mailing list