[Lemon-commits] [lemon_svn] alpar: r232 - hugo/trunk/src/work/alpar

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


Author: alpar
Date: Wed Mar 10 18:49:55 2004
New Revision: 232

Modified:
   hugo/trunk/src/work/alpar/emptygraph.h
   hugo/trunk/src/work/alpar/invalid.h

Log:
Some mod in the doc


Modified: hugo/trunk/src/work/alpar/emptygraph.h
==============================================================================
--- hugo/trunk/src/work/alpar/emptygraph.h	(original)
+++ hugo/trunk/src/work/alpar/emptygraph.h	Wed Mar 10 18:49:55 2004
@@ -18,7 +18,11 @@
   ///
   /// It can be used for checking the interface compatibility,
   /// or it can serve as a skeleton of a new graph structure.
-
+  /// 
+  /// Also, you will find here the full documentation of a certain graph
+  /// feature, the documentation of a real graph imlementation
+  /// like @ref ListGraph or
+  /// @ref SmartGraph will just refer to this structure.
   class EmptyGraph
   {
   public:

Modified: hugo/trunk/src/work/alpar/invalid.h
==============================================================================
--- hugo/trunk/src/work/alpar/invalid.h	(original)
+++ hugo/trunk/src/work/alpar/invalid.h	Wed Mar 10 18:49:55 2004
@@ -16,7 +16,7 @@
   /// \ref Invalid is a global type that converts to each iterator
   /// in such a way that the value of the target iterator will be invalid.
   
-  ///extern Invalid INVALID;
+  //extern Invalid INVALID;
 
   const Invalid &INVALID = *(Invalid *)0;
 



More information about the Lemon-commits mailing list