diff -r 0747f332c478 -r f1fe0ddad6f7 lemon/concepts/heap.h --- a/lemon/concepts/heap.h Wed Jul 08 17:21:30 2009 +0200 +++ b/lemon/concepts/heap.h Wed Jul 08 17:22:36 2009 +0200 @@ -36,7 +36,7 @@ /// \brief The heap concept. /// /// This concept class describes the main interface of heaps. - /// The various heap structures are efficient + /// The various \ref heaps "heap structures" are efficient /// implementations of the abstract data type \e priority \e queue. /// They store items with specified values called \e priorities /// in such a way that finding and removing the item with minimum