diff -r b6a68c15a6a3 -r 96efb4fa0736 lemon/list_graph.h --- a/lemon/list_graph.h Fri Jun 30 12:15:45 2006 +0000 +++ b/lemon/list_graph.h Tue Jul 04 17:49:01 2006 +0000 @@ -314,9 +314,9 @@ ///A list graph class. - ///This is a simple and fast erasable graph implementation. + ///This is a simple and fast graph implementation. /// - ///It conforms to the \ref concept::Graph "Graph" concept and it + ///It conforms to the \ref concept::Graph "Graph concept" and it ///also provides several additional useful extra functionalities. ///The most of the member functions and nested classes are ///documented only in the concept class. @@ -717,10 +717,10 @@ ///An undirected list graph class. - ///This is a simple and fast erasable undirected graph implementation. + ///This is a simple and fast undirected graph implementation. /// ///It conforms to the - ///\ref concept::UGraph "UGraph" concept. + ///\ref concept::UGraph "UGraph concept". /// ///\sa concept::UGraph. /// @@ -1145,8 +1145,7 @@ /// \brief A smart bipartite undirected graph class. /// /// This is a bipartite undirected graph implementation. - /// It is conforms to the \ref concept::ErasableBpUGraph "ErasableBpUGraph" - /// concept. + /// It is conforms to the \ref concept::BpUGraph "BpUGraph concept". /// \sa concept::BpUGraph. /// class ListBpUGraph : public ExtendedListBpUGraphBase {};