lemon/time_measure.h
changeset 157 2ccc1afc2c52
parent 143 c3b45bb643b0
child 209 765619b7cbb2
     1.1 --- a/lemon/time_measure.h	Sat May 17 06:30:02 2008 +0100
     1.2 +++ b/lemon/time_measure.h	Sat May 24 23:20:49 2008 +0200
     1.3 @@ -56,8 +56,6 @@
     1.4    ///
     1.5    /// In most cases, perhaps the \ref Timer or the \ref TimeReport
     1.6    /// class is what you want to use instead.
     1.7 -  ///
     1.8 -  ///\author Alpar Juttner
     1.9  
    1.10    class TimeStamp
    1.11    {
    1.12 @@ -296,8 +294,6 @@
    1.13    ///
    1.14    ///\todo This shouldn't be Unix (Linux) specific.
    1.15    ///\sa TimeReport
    1.16 -  ///
    1.17 -  ///\author Alpar Juttner
    1.18    class Timer
    1.19    {
    1.20      int _running; //Timer is running iff _running>0; (_running>=0 always holds)