src/work/marci/graph_wrapper.h
changeset 438 a0a2709cf178
parent 435 8f1dece01cc4
child 457 8fbd472b1a22
     1.1 --- a/src/work/marci/graph_wrapper.h	Tue Apr 27 10:27:34 2004 +0000
     1.2 +++ b/src/work/marci/graph_wrapper.h	Tue Apr 27 10:50:46 2004 +0000
     1.3 @@ -7,11 +7,9 @@
     1.4  
     1.5  namespace hugo {
     1.6  
     1.7 +  // Graph wrappers
     1.8 +
     1.9    /// \addtogroup gwrappers
    1.10 -  /// @{
    1.11 -
    1.12 -  /// Graph wrappers
    1.13 -
    1.14    /// A main parts of HUGOlib are the different graph structures, 
    1.15    /// generic graph algorithms, graph concepts which couple these, and 
    1.16    /// graph wrappers. While the previous ones are more or less clear, the 
    1.17 @@ -67,6 +65,15 @@
    1.18    ///   return algorithm2(rgw);
    1.19    /// }
    1.20    /// \endcode
    1.21 +
    1.22 +  /// \addtogroup gwrappers
    1.23 +  /// @{
    1.24 +
    1.25 +  ///Base type for the Graph Wrappers
    1.26 +
    1.27 +  ///This is the base type for the Graph Wrappers.
    1.28 +  ///\todo Some more docs...
    1.29 +
    1.30    template<typename Graph>
    1.31    class GraphWrapper {
    1.32    protected: