# HG changeset patch # User alpar # Date 1083063046 0 # Node ID a0a2709cf178333509b6055f3207a053a4c98d7c # Parent 9853b743d83030ff64a5cbf29ffb84e9376752d4 The long description is now the description of the module. diff -r 9853b743d830 -r a0a2709cf178 src/work/marci/graph_wrapper.h --- a/src/work/marci/graph_wrapper.h Tue Apr 27 10:27:34 2004 +0000 +++ b/src/work/marci/graph_wrapper.h Tue Apr 27 10:50:46 2004 +0000 @@ -7,11 +7,9 @@ namespace hugo { + // Graph wrappers + /// \addtogroup gwrappers - /// @{ - - /// Graph wrappers - /// 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 class GraphWrapper { protected: