lemon/time_measure.h
changeset 314 2cc60866a0c9
parent 313 64f8f7cc6168
child 440 88ed40ad0d4f
child 482 55111a054b2e
     1.1 --- a/lemon/time_measure.h	Thu Oct 09 10:09:44 2008 +0200
     1.2 +++ b/lemon/time_measure.h	Thu Oct 09 13:27:35 2008 +0200
     1.3 @@ -311,8 +311,8 @@
     1.4      ///\name Control the state of the timer
     1.5      ///Basically a Timer can be either running or stopped,
     1.6      ///but it provides a bit finer control on the execution.
     1.7 -    ///The \ref lemon::Timer "Timer" also counts the number of 
     1.8 -    ///\ref lemon::Timer::start() "start()" executions, and it stops 
     1.9 +    ///The \ref lemon::Timer "Timer" also counts the number of
    1.10 +    ///\ref lemon::Timer::start() "start()" executions, and it stops
    1.11      ///only after the same amount (or more) \ref lemon::Timer::stop()
    1.12      ///"stop()"s. This can be useful e.g. to compute the running time
    1.13      ///of recursive functions.