lemon/circulation.h
changeset 891 75e6020b19b1
parent 833 e20173729589
child 956 141f9c0db4a3
     1.1 --- a/lemon/circulation.h	Tue Feb 09 23:29:51 2010 +0100
     1.2 +++ b/lemon/circulation.h	Fri Feb 12 11:00:20 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,