lemon/dijkstra.h
changeset 1250 97d978243703
parent 956 141f9c0db4a3
child 1270 dceba191c00d
     1.1 --- a/lemon/dijkstra.h	Tue Jul 30 15:54:46 2013 +0200
     1.2 +++ b/lemon/dijkstra.h	Mon Aug 05 14:03:29 2013 +0200
     1.3 @@ -227,11 +227,11 @@
     1.4      typedef typename TR::HeapCrossRef HeapCrossRef;
     1.5      ///The heap type used by the algorithm.
     1.6      typedef typename TR::Heap Heap;
     1.7 -    ///\brief The \ref DijkstraDefaultOperationTraits "operation traits class"
     1.8 -    ///of the algorithm.
     1.9 +    /// \brief The \ref lemon::DijkstraDefaultOperationTraits
    1.10 +    /// "operation traits class" of the algorithm.
    1.11      typedef typename TR::OperationTraits OperationTraits;
    1.12  
    1.13 -    ///The \ref DijkstraDefaultTraits "traits class" of the algorithm.
    1.14 +    ///The \ref lemon::DijkstraDefaultTraits "traits class" of the algorithm.
    1.15      typedef TR Traits;
    1.16  
    1.17    private: