1.1 --- a/lemon/time_measure.h Fri Nov 13 12:33:33 2009 +0100
1.2 +++ b/lemon/time_measure.h Thu Dec 10 17:05:35 2009 +0100
1.3 @@ -2,7 +2,7 @@
1.4 *
1.5 * This file is a part of LEMON, a generic C++ optimization library.
1.6 *
1.7 - * Copyright (C) 2003-2008
1.8 + * Copyright (C) 2003-2009
1.9 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
1.10 * (Egervary Research Group on Combinatorial Optimization, EGRES).
1.11 *
1.12 @@ -287,7 +287,7 @@
1.13 ///
1.14 Timer(bool run=true) :_running(run) {_reset();}
1.15
1.16 - ///\name Control the state of the timer
1.17 + ///\name Control the State of the Timer
1.18 ///Basically a Timer can be either running or stopped,
1.19 ///but it provides a bit finer control on the execution.
1.20 ///The \ref lemon::Timer "Timer" also counts the number of
1.21 @@ -395,7 +395,7 @@
1.22
1.23 ///@}
1.24
1.25 - ///\name Query Functions for the ellapsed time
1.26 + ///\name Query Functions for the Ellapsed Time
1.27
1.28 ///@{
1.29