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

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


Author: alpar
Date: Tue Apr 27 12:50:46 2004
New Revision: 586

Modified:
   hugo/trunk/src/work/marci/graph_wrapper.h

Log:
The long description is now the description of the module.


Modified: hugo/trunk/src/work/marci/graph_wrapper.h
==============================================================================
--- hugo/trunk/src/work/marci/graph_wrapper.h	(original)
+++ hugo/trunk/src/work/marci/graph_wrapper.h	Tue Apr 27 12:50:46 2004
@@ -7,11 +7,9 @@
 
 namespace hugo {
 
-  /// \addtogroup gwrappers
-  /// @{
-
-  /// Graph wrappers
+  // Graph wrappers
 
+  /// \addtogroup gwrappers
   /// A main parts of HUGOlib are the different graph structures, 
   /// generic graph algorithms, graph concepts which couple these, and 
   /// graph wrappers. While the previous ones are more or less clear, the 
@@ -67,6 +65,15 @@
   ///   return algorithm2(rgw);
   /// }
   /// \endcode
+
+  /// \addtogroup gwrappers
+  /// @{
+
+  ///Base type for the Graph Wrappers
+
+  ///This is the base type for the Graph Wrappers.
+  ///\todo Some more docs...
+
   template<typename Graph>
   class GraphWrapper {
   protected:



More information about the Lemon-commits mailing list