lemon/sub_graph.h
changeset 2224 f973894da54e
parent 2006 00d59f733817
child 2391 14a343be7a5a
     1.1 --- a/lemon/sub_graph.h	Fri Sep 29 11:25:27 2006 +0000
     1.2 +++ b/lemon/sub_graph.h	Fri Sep 29 11:26:29 2006 +0000
     1.3 @@ -23,6 +23,12 @@
     1.4  #include <lemon/bits/graph_adaptor_extender.h>
     1.5  #include <lemon/bits/default_map.h>
     1.6  
     1.7 +/// \ingroup semi_adaptors
     1.8 +/// \file
     1.9 +/// \brief Subgraphs.
    1.10 +///
    1.11 +/// Graphs with filtered edge and node set.
    1.12 +
    1.13  namespace lemon {
    1.14  
    1.15    /// \brief Base for the SubGraph.