diff -r a7e93de12cbd -r 75e6020b19b1 lemon/preflow.h --- a/lemon/preflow.h Tue Feb 09 23:29:51 2010 +0100 +++ b/lemon/preflow.h Fri Feb 12 11:00:20 2010 +0100 @@ -119,6 +119,11 @@ /// \tparam GR The type of the digraph the algorithm runs on. /// \tparam CAP The type of the capacity map. The default map /// type is \ref concepts::Digraph::ArcMap "GR::ArcMap". + /// \tparam TR The traits class that defines various types used by the + /// algorithm. By default, it is \ref PreflowDefaultTraits + /// "PreflowDefaultTraits". + /// In most cases, this parameter should not be set directly, + /// consider to use the named template parameters instead. #ifdef DOXYGEN template #else