lemon/concepts/graph_components.h
changeset 313 64f8f7cc6168
parent 263 be8a861d3bb7
child 463 88ed40ad0d4f
     1.1 --- a/lemon/concepts/graph_components.h	Wed Oct 08 17:05:01 2008 +0100
     1.2 +++ b/lemon/concepts/graph_components.h	Thu Oct 09 10:09:44 2008 +0200
     1.3 @@ -982,7 +982,7 @@
     1.4      /// \brief Class describing the concept of graph maps
     1.5      ///
     1.6      /// This class describes the common interface of the graph maps
     1.7 -    /// (NodeMap, ArcMap), that is \ref maps-page "maps" which can be used to
     1.8 +    /// (NodeMap, ArcMap), that is maps that can be used to
     1.9      /// associate data to graph descriptors (nodes or arcs).
    1.10      template <typename _Graph, typename _Item, typename _Value>
    1.11      class GraphMap : public ReadWriteMap<_Item, _Value> {