lemon/capacity_scaling.h
changeset 1076 97d978243703
parent 1071 879fcb781086
child 1080 c5cd8960df74
     1.1 --- a/lemon/capacity_scaling.h	Tue Jul 30 15:54:46 2013 +0200
     1.2 +++ b/lemon/capacity_scaling.h	Mon Aug 05 14:03:29 2013 +0200
     1.3 @@ -118,7 +118,8 @@
     1.4      /// The type of the heap used for internal Dijkstra computations
     1.5      typedef typename TR::Heap Heap;
     1.6  
     1.7 -    /// The \ref CapacityScalingDefaultTraits "traits class" of the algorithm
     1.8 +    /// \brief The \ref lemon::CapacityScalingDefaultTraits "traits class"
     1.9 +    /// of the algorithm
    1.10      typedef TR Traits;
    1.11  
    1.12    public: