lemon/full_graph.h
changeset 1555 48769ac7ec32
parent 1435 8e85e6bbefdf
child 1566 12a3101cf3ab
     1.1 --- a/lemon/full_graph.h	Wed Jul 13 14:17:13 2005 +0000
     1.2 +++ b/lemon/full_graph.h	Wed Jul 13 19:49:36 2005 +0000
     1.3 @@ -35,9 +35,6 @@
     1.4  
     1.5  namespace lemon {
     1.6  
     1.7 -/// \addtogroup graphs
     1.8 -/// @{
     1.9 -
    1.10    class FullGraphBase {
    1.11      int NodeNum;
    1.12      int EdgeNum;
    1.13 @@ -195,6 +192,9 @@
    1.14    typedef IterableGraphExtender<AlterableFullGraphBase> IterableFullGraphBase;
    1.15    typedef DefaultMappableGraphExtender<IterableFullGraphBase> MappableFullGraphBase;
    1.16  
    1.17 +  /// \addtogroup graphs
    1.18 +  /// @{
    1.19 +
    1.20    ///A full graph class.
    1.21  
    1.22    ///This is a simple and fast directed full graph implementation.
    1.23 @@ -211,6 +211,7 @@
    1.24      FullGraph(int n) { construct(n); }
    1.25    };
    1.26  
    1.27 +  ///@}
    1.28  
    1.29    // Base graph class for UndirFullGraph.
    1.30    class UndirFullGraphBase {
    1.31 @@ -373,9 +374,12 @@
    1.32  
    1.33    };
    1.34  
    1.35 +  /// \addtogroup graphs
    1.36 +  /// @{
    1.37 +
    1.38 +  
    1.39    /// \todo UndirFullGraph from the UndirFullGraphBase
    1.40  
    1.41 -  
    1.42  
    1.43    /// @}  
    1.44