diff -r 572bc7d0d3e2 -r 48769ac7ec32 lemon/full_graph.h --- a/lemon/full_graph.h Wed Jul 13 14:17:13 2005 +0000 +++ b/lemon/full_graph.h Wed Jul 13 19:49:36 2005 +0000 @@ -35,9 +35,6 @@ namespace lemon { -/// \addtogroup graphs -/// @{ - class FullGraphBase { int NodeNum; int EdgeNum; @@ -195,6 +192,9 @@ typedef IterableGraphExtender IterableFullGraphBase; typedef DefaultMappableGraphExtender MappableFullGraphBase; + /// \addtogroup graphs + /// @{ + ///A full graph class. ///This is a simple and fast directed full graph implementation. @@ -211,6 +211,7 @@ FullGraph(int n) { construct(n); } }; + ///@} // Base graph class for UndirFullGraph. class UndirFullGraphBase { @@ -373,9 +374,12 @@ }; + /// \addtogroup graphs + /// @{ + + /// \todo UndirFullGraph from the UndirFullGraphBase - /// @}