Moving the file into correct group
authordeba
Fri, 29 Sep 2006 11:26:29 +0000
changeset 2224f973894da54e
parent 2223 590c1b663a27
child 2225 bb3d5e6f9fcb
Moving the file into correct group
lemon/edge_set.h
lemon/sub_graph.h
     1.1 --- a/lemon/edge_set.h	Fri Sep 29 11:25:27 2006 +0000
     1.2 +++ b/lemon/edge_set.h	Fri Sep 29 11:26:29 2006 +0000
     1.3 @@ -23,7 +23,7 @@
     1.4  #include <lemon/bits/default_map.h>
     1.5  #include <lemon/bits/edge_set_extender.h>
     1.6  
     1.7 -/// \ingroup graphs
     1.8 +/// \ingroup semi_adaptors
     1.9  /// \file
    1.10  /// \brief EdgeSet classes.
    1.11  ///
     2.1 --- a/lemon/sub_graph.h	Fri Sep 29 11:25:27 2006 +0000
     2.2 +++ b/lemon/sub_graph.h	Fri Sep 29 11:26:29 2006 +0000
     2.3 @@ -23,6 +23,12 @@
     2.4  #include <lemon/bits/graph_adaptor_extender.h>
     2.5  #include <lemon/bits/default_map.h>
     2.6  
     2.7 +/// \ingroup semi_adaptors
     2.8 +/// \file
     2.9 +/// \brief Subgraphs.
    2.10 +///
    2.11 +/// Graphs with filtered edge and node set.
    2.12 +
    2.13  namespace lemon {
    2.14  
    2.15    /// \brief Base for the SubGraph.