lemon/concepts/bpugraph.h
changeset 2474 e6368948d5f7
parent 2391 14a343be7a5a
child 2485 88aa7870756a
     1.1 --- a/lemon/concepts/bpugraph.h	Sun Sep 16 14:21:12 2007 +0000
     1.2 +++ b/lemon/concepts/bpugraph.h	Wed Sep 19 23:35:27 2007 +0000
     1.3 @@ -18,8 +18,7 @@
     1.4  
     1.5  /// \ingroup graph_concepts
     1.6  /// \file
     1.7 -/// \brief Undirected bipartite graphs and components of.
     1.8 -
     1.9 +/// \brief The concept of Bipartite Undirected Graphs.
    1.10  
    1.11  #ifndef LEMON_CONCEPT_BPUGRAPH_H
    1.12  #define LEMON_CONCEPT_BPUGRAPH_H
    1.13 @@ -36,8 +35,7 @@
    1.14  
    1.15      /// \addtogroup graph_concepts
    1.16      /// @{
    1.17 -
    1.18 -
    1.19 +    ///
    1.20      /// \brief Class describing the concept of Bipartite Undirected Graphs.
    1.21      ///
    1.22      /// This class describes the common interface of all