diff -r a7e93de12cbd -r 75e6020b19b1 lemon/min_cost_arborescence.h --- a/lemon/min_cost_arborescence.h Tue Feb 09 23:29:51 2010 +0100 +++ b/lemon/min_cost_arborescence.h Fri Feb 12 11:00:20 2010 +0100 @@ -112,17 +112,18 @@ /// relatively time consuming process to compute the arc costs if /// it is necessary. The default map type is \ref /// concepts::Digraph::ArcMap "Digraph::ArcMap". - /// \param TR Traits class to set various data types used - /// by the algorithm. The default traits class is - /// \ref MinCostArborescenceDefaultTraits + /// \tparam TR The traits class that defines various types used by the + /// algorithm. By default, it is \ref MinCostArborescenceDefaultTraits /// "MinCostArborescenceDefaultTraits". + /// In most cases, this parameter should not be set directly, + /// consider to use the named template parameters instead. #ifndef DOXYGEN template , typename TR = MinCostArborescenceDefaultTraits > #else - template + template #endif class MinCostArborescence { public: