# HG changeset patch # User Peter Kovacs # Date 1242054280 -7200 # Node ID d9cf3b5858aebc854b94433dcd6ada37c6306db9 # Parent 88753a77c6348103b92da11df6b10084411c23d9 Move list and edge sets to the graph module (#290) diff -r 88753a77c634 -r d9cf3b5858ae doc/groups.dox --- a/doc/groups.dox Mon May 11 15:48:37 2009 +0100 +++ b/doc/groups.dox Mon May 11 17:04:40 2009 +0200 @@ -138,16 +138,6 @@ */ /** -@defgroup semi_adaptors Semi-Adaptor Classes for Graphs -@ingroup graphs -\brief Graph types between real graphs and graph adaptors. - -This group contains some graph types between real graphs and graph adaptors. -These classes wrap graphs to give new functionality as the adaptors do it. -On the other hand they are not light-weight structures as the adaptors. -*/ - -/** @defgroup maps Maps @ingroup datas \brief Map structures implemented in LEMON. diff -r 88753a77c634 -r d9cf3b5858ae lemon/edge_set.h --- a/lemon/edge_set.h Mon May 11 15:48:37 2009 +0100 +++ b/lemon/edge_set.h Mon May 11 17:04:40 2009 +0200 @@ -22,7 +22,7 @@ #include #include -/// \ingroup semi_adaptors +/// \ingroup graphs /// \file /// \brief ArcSet and EdgeSet classes. /// @@ -230,7 +230,7 @@ }; - /// \ingroup semi_adaptors + /// \ingroup graphs /// /// \brief Digraph using a node set of another digraph or graph and /// an own arc set. @@ -654,7 +654,7 @@ }; - /// \ingroup semi_adaptors + /// \ingroup graphs /// /// \brief Graph using a node set of another digraph or graph and an /// own edge set. @@ -913,7 +913,7 @@ }; - /// \ingroup semi_adaptors + /// \ingroup graphs /// /// \brief Digraph using a node set of another digraph or graph and /// an own arc set. @@ -1257,7 +1257,7 @@ }; - /// \ingroup semi_adaptors + /// \ingroup graphs /// /// \brief Graph using a node set of another digraph or graph and an /// own edge set.