diff -r 974c48bda29e -r 02109e17027f lemon/min_cost_arborescence.h --- a/lemon/min_cost_arborescence.h Thu Feb 11 16:55:54 2010 +0000 +++ b/lemon/min_cost_arborescence.h Fri Feb 12 21:53:15 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: