Move list and edge sets to the graph module (#290)
authorPeter Kovacs <kpeter@inf.elte.hu>
Mon, 11 May 2009 17:04:40 +0200
changeset 660d9cf3b5858ae
parent 659 88753a77c634
child 662 4d3d1a2cd23d
Move list and edge sets to the graph module (#290)
doc/groups.dox
lemon/edge_set.h
     1.1 --- a/doc/groups.dox	Mon May 11 15:48:37 2009 +0100
     1.2 +++ b/doc/groups.dox	Mon May 11 17:04:40 2009 +0200
     1.3 @@ -138,16 +138,6 @@
     1.4  */
     1.5  
     1.6  /**
     1.7 -@defgroup semi_adaptors Semi-Adaptor Classes for Graphs
     1.8 -@ingroup graphs
     1.9 -\brief Graph types between real graphs and graph adaptors.
    1.10 -
    1.11 -This group contains some graph types between real graphs and graph adaptors.
    1.12 -These classes wrap graphs to give new functionality as the adaptors do it.
    1.13 -On the other hand they are not light-weight structures as the adaptors.
    1.14 -*/
    1.15 -
    1.16 -/**
    1.17  @defgroup maps Maps
    1.18  @ingroup datas
    1.19  \brief Map structures implemented in LEMON.
     2.1 --- a/lemon/edge_set.h	Mon May 11 15:48:37 2009 +0100
     2.2 +++ b/lemon/edge_set.h	Mon May 11 17:04:40 2009 +0200
     2.3 @@ -22,7 +22,7 @@
     2.4  #include <lemon/core.h>
     2.5  #include <lemon/bits/edge_set_extender.h>
     2.6  
     2.7 -/// \ingroup semi_adaptors
     2.8 +/// \ingroup graphs
     2.9  /// \file
    2.10  /// \brief ArcSet and EdgeSet classes.
    2.11  ///
    2.12 @@ -230,7 +230,7 @@
    2.13  
    2.14    };
    2.15  
    2.16 -  /// \ingroup semi_adaptors
    2.17 +  /// \ingroup graphs
    2.18    ///
    2.19    /// \brief Digraph using a node set of another digraph or graph and
    2.20    /// an own arc set.
    2.21 @@ -654,7 +654,7 @@
    2.22  
    2.23    };
    2.24  
    2.25 -  /// \ingroup semi_adaptors
    2.26 +  /// \ingroup graphs
    2.27    ///
    2.28    /// \brief Graph using a node set of another digraph or graph and an
    2.29    /// own edge set.
    2.30 @@ -913,7 +913,7 @@
    2.31    };
    2.32  
    2.33  
    2.34 -  /// \ingroup semi_adaptors
    2.35 +  /// \ingroup graphs
    2.36    ///
    2.37    /// \brief Digraph using a node set of another digraph or graph and
    2.38    /// an own arc set.
    2.39 @@ -1257,7 +1257,7 @@
    2.40  
    2.41    };
    2.42  
    2.43 -  /// \ingroup semi_adaptors
    2.44 +  /// \ingroup graphs
    2.45    ///
    2.46    /// \brief Graph using a node set of another digraph or graph and an
    2.47    /// own edge set.