lemon/suurballe.h
changeset 1250 97d978243703
parent 956 141f9c0db4a3
child 1254 c5cd8960df74
     1.1 --- a/lemon/suurballe.h	Tue Jul 30 15:54:46 2013 +0200
     1.2 +++ b/lemon/suurballe.h	Mon Aug 05 14:03:29 2013 +0200
     1.3 @@ -137,7 +137,7 @@
     1.4      /// The heap type used for internal Dijkstra computations.
     1.5      typedef typename TR::Heap Heap;
     1.6  
     1.7 -    /// The \ref SuurballeDefaultTraits "traits class" of the algorithm.
     1.8 +    /// The \ref lemon::SuurballeDefaultTraits "traits class" of the algorithm.
     1.9      typedef TR Traits;
    1.10  
    1.11    private: