diff -r 5fd7fafc4470 -r 7762cab7f372 lemon/circulation.h --- a/lemon/circulation.h Thu Feb 11 07:40:29 2010 +0100 +++ b/lemon/circulation.h Fri Feb 12 22:17:20 2010 +0100 @@ -173,6 +173,11 @@ The default map type is \c LM. \tparam SM The type of the supply map. The default map type is \ref concepts::Digraph::NodeMap "GR::NodeMap". + \tparam TR The traits class that defines various types used by the + algorithm. By default, it is \ref CirculationDefaultTraits + "CirculationDefaultTraits". + In most cases, this parameter should not be set directly, + consider to use the named template parameters instead. */ #ifdef DOXYGEN template< typename GR,