[Lemon-commits] [lemon_svn] alpar: r634 - hugo/trunk/src/include

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


Author: alpar
Date: Thu Apr 29 18:26:01 2004
New Revision: 634

Modified:
   hugo/trunk/src/include/fib_heap.h

Log:
doc


Modified: hugo/trunk/src/include/fib_heap.h
==============================================================================
--- hugo/trunk/src/include/fib_heap.h	(original)
+++ hugo/trunk/src/include/fib_heap.h	Thu Apr 29 18:26:01 2004
@@ -62,8 +62,6 @@
     Compare comp;
     int num_items;
     
-    ///\todo It is use nowhere
-    ///\todo It doesn't conform to the naming conventions.
   public:
     enum state_enum {
       IN_HEAP = 0,
@@ -497,4 +495,6 @@
   ///@}
 
 } //namespace hugo
-#endif 
+
+#endif //HUGO_FIB_HEAP_H
+



More information about the Lemon-commits mailing list