1.1 --- a/lemon/circulation.h Wed Feb 10 19:05:20 2010 +0100
1.2 +++ b/lemon/circulation.h Fri Feb 12 22:24:26 2010 +0100
1.3 @@ -173,6 +173,11 @@
1.4 The default map type is \c LM.
1.5 \tparam SM The type of the supply map. The default map type is
1.6 \ref concepts::Digraph::NodeMap "GR::NodeMap<UM::Value>".
1.7 + \tparam TR The traits class that defines various types used by the
1.8 + algorithm. By default, it is \ref CirculationDefaultTraits
1.9 + "CirculationDefaultTraits<GR, LM, UM, SM>".
1.10 + In most cases, this parameter should not be set directly,
1.11 + consider to use the named template parameters instead.
1.12 */
1.13 #ifdef DOXYGEN
1.14 template< typename GR,