lemon/concepts/graph_components.h
changeset 324 a0ab96ad65fe
parent 263 be8a861d3bb7
     1.1 --- a/lemon/concepts/graph_components.h	Thu Oct 09 16:47:01 2008 +0200
     1.2 +++ b/lemon/concepts/graph_components.h	Thu Oct 09 16:20:37 2008 +0100
     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> {