lemon/time_measure.h
changeset 210 81cfc04531e8
parent 209 765619b7cbb2
child 280 e7f8647ce760
     1.1 --- a/lemon/time_measure.h	Sun Jul 13 19:51:02 2008 +0100
     1.2 +++ b/lemon/time_measure.h	Sun Jul 13 20:09:47 2008 +0100
     1.3 @@ -314,7 +314,8 @@
     1.4      ///but it provides a bit finer control on the execution.
     1.5      ///The \ref Timer also counts the number of \ref start()
     1.6      ///executions, and is stops only after the same amount (or more)
     1.7 -    ///\ref stop() "stop()"s. This can be useful e.g. to compute the running time
     1.8 +    ///\ref stop() "stop()"s. This can be useful e.g. to compute
     1.9 +    ///the running time
    1.10      ///of recursive functions.
    1.11      ///
    1.12