lemon/list_graph.h
changeset 2117 96efb4fa0736
parent 2116 b6a68c15a6a3
child 2123 85c6f5e82108
     1.1 --- a/lemon/list_graph.h	Fri Jun 30 12:15:45 2006 +0000
     1.2 +++ b/lemon/list_graph.h	Tue Jul 04 17:49:01 2006 +0000
     1.3 @@ -314,9 +314,9 @@
     1.4  
     1.5    ///A list graph class.
     1.6  
     1.7 -  ///This is a simple and fast erasable graph implementation.
     1.8 +  ///This is a simple and fast graph implementation.
     1.9    ///
    1.10 -  ///It conforms to the \ref concept::Graph "Graph" concept and it
    1.11 +  ///It conforms to the \ref concept::Graph "Graph concept" and it
    1.12    ///also provides several additional useful extra functionalities.
    1.13    ///The most of the member functions and nested classes are
    1.14    ///documented only in the concept class.
    1.15 @@ -717,10 +717,10 @@
    1.16  
    1.17    ///An undirected list graph class.
    1.18  
    1.19 -  ///This is a simple and fast erasable undirected graph implementation.
    1.20 +  ///This is a simple and fast undirected graph implementation.
    1.21    ///
    1.22    ///It conforms to the
    1.23 -  ///\ref concept::UGraph "UGraph" concept.
    1.24 +  ///\ref concept::UGraph "UGraph concept".
    1.25    ///
    1.26    ///\sa concept::UGraph.
    1.27    ///
    1.28 @@ -1145,8 +1145,7 @@
    1.29    /// \brief A smart bipartite undirected graph class.
    1.30    ///
    1.31    /// This is a bipartite undirected graph implementation.
    1.32 -  /// It is conforms to the \ref concept::ErasableBpUGraph "ErasableBpUGraph" 
    1.33 -  /// concept.
    1.34 +  /// It is conforms to the \ref concept::BpUGraph "BpUGraph concept".
    1.35    /// \sa concept::BpUGraph.
    1.36    ///
    1.37    class ListBpUGraph : public ExtendedListBpUGraphBase {};