lemon/cost_scaling.h
changeset 1250 97d978243703
parent 1241 879fcb781086
child 1254 c5cd8960df74
     1.1 --- a/lemon/cost_scaling.h	Tue Jul 30 15:54:46 2013 +0200
     1.2 +++ b/lemon/cost_scaling.h	Mon Aug 05 14:03:29 2013 +0200
     1.3 @@ -152,7 +152,8 @@
     1.4      /// otherwise it is \c double.
     1.5      typedef typename TR::LargeCost LargeCost;
     1.6  
     1.7 -    /// The \ref CostScalingDefaultTraits "traits class" of the algorithm
     1.8 +    /// \brief The \ref lemon::CostScalingDefaultTraits "traits class"
     1.9 +    /// of the algorithm
    1.10      typedef TR Traits;
    1.11  
    1.12    public: