# HG changeset patch
# User Peter Kovacs <kpeter@inf.elte.hu>
# Date 1239699282 -7200
# Node ID 7a28e215f715fecb06cca0c82ae897da04b3b091
# Parent  aa1804409f29bdd5a1a41e480897cec0b5e5df00
Remove notes about reference maps as extra features (#190)

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
diff -r aa1804409f29 -r 7a28e215f715 lemon/grid_graph.h
--- a/lemon/grid_graph.h	Tue Apr 14 10:35:38 2009 +0200
+++ b/lemon/grid_graph.h	Tue Apr 14 10:54:42 2009 +0200
@@ -497,9 +497,7 @@
   ///\endcode
   ///
   /// This graph type fully 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.
+  /// "Graph concept".
   class GridGraph : public ExtendedGridGraphBase {
   public:
 
diff -r aa1804409f29 -r 7a28e215f715 lemon/hypercube_graph.h
--- a/lemon/hypercube_graph.h	Tue Apr 14 10:35:38 2009 +0200
+++ b/lemon/hypercube_graph.h	Tue Apr 14 10:54:42 2009 +0200
@@ -292,9 +292,7 @@
   /// (assuming that the size of \c int is 32 bit).
   ///
   /// This graph type fully 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.
+  /// "Graph concept".
   class HypercubeGraph : public ExtendedHypercubeGraphBase {
   public:
 
diff -r aa1804409f29 -r 7a28e215f715 lemon/list_graph.h
--- a/lemon/list_graph.h	Tue Apr 14 10:35:38 2009 +0200
+++ b/lemon/list_graph.h	Tue Apr 14 10:54:42 2009 +0200
@@ -320,9 +320,6 @@
   ///Most of the member functions and nested classes are documented
   ///only in the concept class.
   ///
-  ///An important extra feature of this digraph implementation is that
-  ///its maps are real \ref concepts::ReferenceMap "reference map"s.
-  ///
   ///\sa concepts::Digraph
 
   class ListDigraph : public ExtendedListDigraphBase {
@@ -1176,9 +1173,6 @@
   ///Most of the member functions and nested classes are documented
   ///only in the concept class.
   ///
-  ///An important extra feature of this graph implementation is that
-  ///its maps are real \ref concepts::ReferenceMap "reference map"s.
-  ///
   ///\sa concepts::Graph
 
   class ListGraph : public ExtendedListGraphBase {
diff -r aa1804409f29 -r 7a28e215f715 lemon/smart_graph.h
--- a/lemon/smart_graph.h	Tue Apr 14 10:35:38 2009 +0200
+++ b/lemon/smart_graph.h	Tue Apr 14 10:54:42 2009 +0200
@@ -191,9 +191,7 @@
   ///It is also quite memory efficient, but at the price
   ///that <b> it does support only limited (only stack-like)
   ///node and arc deletions</b>.
-  ///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 <b> it does support only limited (only stack-like)
   /// node and arc deletions</b>.
-  /// 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: