diff -r 73c892335e74 -r 97d978243703 lemon/capacity_scaling.h --- a/lemon/capacity_scaling.h Tue Jul 30 15:54:46 2013 +0200 +++ b/lemon/capacity_scaling.h Mon Aug 05 14:03:29 2013 +0200 @@ -118,7 +118,8 @@ /// The type of the heap used for internal Dijkstra computations typedef typename TR::Heap Heap; - /// The \ref CapacityScalingDefaultTraits "traits class" of the algorithm + /// \brief The \ref lemon::CapacityScalingDefaultTraits "traits class" + /// of the algorithm typedef TR Traits; public: