diff -r 62c1ed05e83f -r cace3206223b lemon/max_matching.h --- a/lemon/max_matching.h Fri Dec 05 13:10:16 2008 +0000 +++ b/lemon/max_matching.h Mon Dec 08 11:06:39 2008 +0100 @@ -416,7 +416,7 @@ /// If you need better control on the execution, you must call /// \ref init(), \ref greedyInit() or \ref matchingInit() /// functions first, then you can start the algorithm with the \ref - /// startParse() or startDense() functions. + /// startSparse() or startDense() functions. ///@{