lemon/howard.h
changeset 891 75e6020b19b1
parent 818 8452ca46e29a
child 914 aa8c9008b3de
     1.1 --- a/lemon/howard.h	Tue Feb 09 23:29:51 2010 +0100
     1.2 +++ b/lemon/howard.h	Fri Feb 12 11:00:20 2010 +0100
     1.3 @@ -106,6 +106,11 @@
     1.4    /// \tparam GR The type of the digraph the algorithm runs on.
     1.5    /// \tparam LEN The type of the length map. The default
     1.6    /// map type is \ref concepts::Digraph::ArcMap "GR::ArcMap<int>".
     1.7 +  /// \tparam TR The traits class that defines various types used by the
     1.8 +  /// algorithm. By default, it is \ref HowardDefaultTraits
     1.9 +  /// "HowardDefaultTraits<GR, LEN>".
    1.10 +  /// In most cases, this parameter should not be set directly,
    1.11 +  /// consider to use the named template parameters instead.
    1.12  #ifdef DOXYGEN
    1.13    template <typename GR, typename LEN, typename TR>
    1.14  #else
    1.15 @@ -127,8 +132,7 @@
    1.16      /// \brief The large value type
    1.17      ///
    1.18      /// The large value type used for internal computations.
    1.19 -    /// Using the \ref HowardDefaultTraits "default traits class",
    1.20 -    /// it is \c long \c long if the \c Value type is integer,
    1.21 +    /// By default, it is \c long \c long if the \c Value type is integer,
    1.22      /// otherwise it is \c double.
    1.23      typedef typename TR::LargeValue LargeValue;
    1.24