diff -r aa1804409f29 -r 7a28e215f715 lemon/full_graph.h --- a/lemon/full_graph.h Tue Apr 14 10:35:38 2009 +0200 +++ b/lemon/full_graph.h Tue Apr 14 10:54:42 2009 +0200 @@ -157,9 +157,8 @@ /// can neither add nor delete either arcs or nodes, and it needs /// constant space in memory. /// - /// This class conforms to the \ref concepts::Digraph "Digraph" concept - /// and it also has an important extra feature that its maps are - /// real \ref concepts::ReferenceMap "reference map"s. + /// This class fully conforms to the \ref concepts::Digraph + /// "Digraph concept". /// /// The \c FullDigraph and \c FullGraph classes are very similar, /// but there are two differences. While this class conforms only @@ -527,9 +526,7 @@ /// add nor delete either edges or nodes, and it needs constant /// space in memory. /// - /// This class conforms to the \ref concepts::Graph "Graph" concept - /// and it also has an important extra feature that its maps are - /// real \ref concepts::ReferenceMap "reference map"s. + /// This class fully conforms to the \ref concepts::Graph "Graph concept". /// /// The \c FullGraph and \c FullDigraph classes are very similar, /// but there are two differences. While the \c FullDigraph class