diff -r 189760a7cdd0 -r c01a98ce01fd lemon/edge_set.h --- a/lemon/edge_set.h Thu May 07 02:05:12 2009 +0200 +++ b/lemon/edge_set.h Tue May 12 12:09:55 2009 +0100 @@ -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.