diff -r a3402913cffe -r f63e87b9748e lemon/time_measure.h --- a/lemon/time_measure.h Sat Apr 18 21:54:30 2009 +0200 +++ b/lemon/time_measure.h Tue Apr 21 10:34:49 2009 +0100 @@ -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 ///@{