# HG changeset patch # User deba # Date 1159529189 0 # Node ID f973894da54e5a17bcd8d74d3951057ea04a06d8 # Parent 590c1b663a2777fb0ab6e8165c8e61fe87a71634 Moving the file into correct group diff -r 590c1b663a27 -r f973894da54e lemon/edge_set.h --- a/lemon/edge_set.h Fri Sep 29 11:25:27 2006 +0000 +++ b/lemon/edge_set.h Fri Sep 29 11:26:29 2006 +0000 @@ -23,7 +23,7 @@ #include #include -/// \ingroup graphs +/// \ingroup semi_adaptors /// \file /// \brief EdgeSet classes. /// diff -r 590c1b663a27 -r f973894da54e lemon/sub_graph.h --- a/lemon/sub_graph.h Fri Sep 29 11:25:27 2006 +0000 +++ b/lemon/sub_graph.h Fri Sep 29 11:26:29 2006 +0000 @@ -23,6 +23,12 @@ #include #include +/// \ingroup semi_adaptors +/// \file +/// \brief Subgraphs. +/// +/// Graphs with filtered edge and node set. + namespace lemon { /// \brief Base for the SubGraph.