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