lemon/concepts/bpugraph.h
changeset 2485 88aa7870756a
parent 2474 e6368948d5f7
child 2553 bfced05fa852
     1.1 --- a/lemon/concepts/bpugraph.h	Mon Oct 01 19:23:16 2007 +0000
     1.2 +++ b/lemon/concepts/bpugraph.h	Tue Oct 02 12:34:43 2007 +0000
     1.3 @@ -33,8 +33,7 @@
     1.4  namespace lemon {
     1.5    namespace concepts {
     1.6  
     1.7 -    /// \addtogroup graph_concepts
     1.8 -    /// @{
     1.9 +    /// \ingroup graph_concepts
    1.10      ///
    1.11      /// \brief Class describing the concept of Bipartite Undirected Graphs.
    1.12      ///
    1.13 @@ -998,9 +997,6 @@
    1.14  
    1.15      };
    1.16  
    1.17 -
    1.18 -    /// @}
    1.19 -
    1.20    }
    1.21  
    1.22  }