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

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


Author: alpar
Date: Sat Mar 13 23:49:54 2004
New Revision: 260

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

Log:
.


Modified: hugo/trunk/src/work/alpar/invalid.h
==============================================================================
--- hugo/trunk/src/work/alpar/invalid.h	(original)
+++ hugo/trunk/src/work/alpar/invalid.h	Sat Mar 13 23:49:54 2004
@@ -15,7 +15,10 @@
   
   /// \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.
-  
+
+  // It is also used to convert the \c INVALID constant to the
+  // node iterator that makes is possible to write 
+
   //extern Invalid INVALID;
 
   //const Invalid &INVALID = *(Invalid *)0;



More information about the Lemon-commits mailing list