diff -r 765619b7cbb2 -r 81cfc04531e8 lemon/time_measure.h --- a/lemon/time_measure.h Sun Jul 13 19:51:02 2008 +0100 +++ b/lemon/time_measure.h Sun Jul 13 20:09:47 2008 +0100 @@ -314,7 +314,8 @@ ///but it provides a bit finer control on the execution. ///The \ref Timer also counts the number of \ref start() ///executions, and is stops only after the same amount (or more) - ///\ref stop() "stop()"s. This can be useful e.g. to compute the running time + ///\ref stop() "stop()"s. This can be useful e.g. to compute + ///the running time ///of recursive functions. ///