diff -r 73c892335e74 -r 97d978243703 lemon/fractional_matching.h --- a/lemon/fractional_matching.h Tue Jul 30 15:54:46 2013 +0200 +++ b/lemon/fractional_matching.h Mon Aug 05 14:03:29 2013 +0200 @@ -123,8 +123,8 @@ class MaxFractionalMatching { public: - /// \brief The \ref MaxFractionalMatchingDefaultTraits "traits - /// class" of the algorithm. + /// \brief The \ref lemon::MaxFractionalMatchingDefaultTraits + /// "traits class" of the algorithm. typedef TR Traits; /// The type of the graph the algorithm runs on. typedef typename TR::Graph Graph;