lemon/list_graph.h
changeset 1991 d7442141d9ef
parent 1984 d4cbd10e1256
child 1995 c1fc2c14a3ae
     1.1 --- a/lemon/list_graph.h	Wed Mar 01 10:17:25 2006 +0000
     1.2 +++ b/lemon/list_graph.h	Wed Mar 01 10:25:30 2006 +0000
     1.3 @@ -962,8 +962,8 @@
     1.4    /// \brief A smart bipartite undirected graph class.
     1.5    ///
     1.6    /// This is a bipartite undirected graph implementation.
     1.7 -  /// Except from this it conforms to 
     1.8 -  /// the \ref concept::BpUGraph "BpUGraph" concept.
     1.9 +  /// It is conforms to the \ref concept::ErasableBpUGraph "ErasableBpUGraph" 
    1.10 +  /// concept.
    1.11    /// \sa concept::BpUGraph.
    1.12    ///
    1.13    class ListBpUGraph : public ExtendedListBpUGraphBase {};