diff -r a7e93de12cbd -r 75e6020b19b1 lemon/capacity_scaling.h --- a/lemon/capacity_scaling.h Tue Feb 09 23:29:51 2010 +0100 +++ b/lemon/capacity_scaling.h Fri Feb 12 11:00:20 2010 +0100 @@ -77,9 +77,14 @@ /// /// \tparam GR The digraph type the algorithm runs on. /// \tparam V The number type used for flow amounts, capacity bounds - /// and supply values in the algorithm. By default it is \c int. + /// and supply values in the algorithm. By default, it is \c int. /// \tparam C The number type used for costs and potentials in the - /// algorithm. By default it is the same as \c V. + /// algorithm. By default, it is the same as \c V. + /// \tparam TR The traits class that defines various types used by the + /// algorithm. By default, it is \ref CapacityScalingDefaultTraits + /// "CapacityScalingDefaultTraits". + /// In most cases, this parameter should not be set directly, + /// consider to use the named template parameters instead. /// /// \warning Both number types must be signed and all input data must /// be integer.