diff -r 99a31b399b59 -r 33c6b6e755cd lemon/time_measure.h --- a/lemon/time_measure.h Tue Apr 14 10:40:33 2009 +0100 +++ b/lemon/time_measure.h Wed Apr 15 02:04:37 2009 +0200 @@ -287,7 +287,7 @@ /// Timer(bool run=true) :_running(run) {_reset();} - ///\name Control the state of the timer + ///\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 @@ -395,7 +395,7 @@ ///@} - ///\name Query Functions for the ellapsed time + ///\name Query Functions for the Ellapsed Time ///@{