diff -r 64f8f7cc6168 -r 2cc60866a0c9 lemon/time_measure.h --- a/lemon/time_measure.h Thu Oct 09 10:09:44 2008 +0200 +++ b/lemon/time_measure.h Thu Oct 09 13:27:35 2008 +0200 @@ -311,8 +311,8 @@ ///\name Control the state of the timer ///Basically a Timer can be either running or stopped, ///but it provides a bit finer control on the execution. - ///The \ref lemon::Timer "Timer" also counts the number of - ///\ref lemon::Timer::start() "start()" executions, and it stops + ///The \ref lemon::Timer "Timer" also counts the number of + ///\ref lemon::Timer::start() "start()" executions, and it stops ///only after the same amount (or more) \ref lemon::Timer::stop() ///"stop()"s. This can be useful e.g. to compute the running time ///of recursive functions.