diff -r cd72eae05bdf -r 3c00344f49c9 lemon/fractional_matching.h --- a/lemon/fractional_matching.h Mon Jul 16 16:21:40 2018 +0200 +++ b/lemon/fractional_matching.h Wed Oct 17 19:14:07 2018 +0200 @@ -2,7 +2,7 @@ * * This file is a part of LEMON, a generic C++ optimization library. * - * Copyright (C) 2003-2010 + * Copyright (C) 2003-2013 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport * (Egervary Research Group on Combinatorial Optimization, EGRES). * @@ -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;