lemon/fractional_matching.h
changeset 1250 97d978243703
parent 956 141f9c0db4a3
child 1270 dceba191c00d
     1.1 --- a/lemon/fractional_matching.h	Tue Jul 30 15:54:46 2013 +0200
     1.2 +++ b/lemon/fractional_matching.h	Mon Aug 05 14:03:29 2013 +0200
     1.3 @@ -123,8 +123,8 @@
     1.4    class MaxFractionalMatching {
     1.5    public:
     1.6  
     1.7 -    /// \brief The \ref MaxFractionalMatchingDefaultTraits "traits
     1.8 -    /// class" of the algorithm.
     1.9 +    /// \brief The \ref lemon::MaxFractionalMatchingDefaultTraits
    1.10 +    /// "traits class" of the algorithm.
    1.11      typedef TR Traits;
    1.12      /// The type of the graph the algorithm runs on.
    1.13      typedef typename TR::Graph Graph;