diff --git a/lemon/smart_graph.h b/lemon/smart_graph.h
--- a/lemon/smart_graph.h
+++ b/lemon/smart_graph.h
@@ -191,9 +191,7 @@
///It is also quite memory efficient, but at the price
///that it does support only limited (only stack-like)
///node and arc deletions.
- ///It conforms to the \ref concepts::Digraph "Digraph concept" with
- ///an important extra feature that its maps are real \ref
- ///concepts::ReferenceMap "reference map"s.
+ ///It fully conforms to the \ref concepts::Digraph "Digraph concept".
///
///\sa concepts::Digraph.
class SmartDigraph : public ExtendedSmartDigraphBase {
@@ -629,15 +627,9 @@
/// It is also quite memory efficient, but at the price
/// that it does support only limited (only stack-like)
/// node and arc deletions.
- /// Except from this it conforms to
- /// the \ref concepts::Graph "Graph concept".
- ///
- /// It also has an
- /// important extra feature that
- /// its maps are real \ref concepts::ReferenceMap "reference map"s.
+ /// It fully conforms to the \ref concepts::Graph "Graph concept".
///
/// \sa concepts::Graph.
- ///
class SmartGraph : public ExtendedSmartGraphBase {
private: