diff -r e561aa7675de -r 2ccc1afc2c52 lemon/time_measure.h --- a/lemon/time_measure.h Sat May 17 06:30:02 2008 +0100 +++ b/lemon/time_measure.h Sat May 24 23:20:49 2008 +0200 @@ -56,8 +56,6 @@ /// /// In most cases, perhaps the \ref Timer or the \ref TimeReport /// class is what you want to use instead. - /// - ///\author Alpar Juttner class TimeStamp { @@ -296,8 +294,6 @@ /// ///\todo This shouldn't be Unix (Linux) specific. ///\sa TimeReport - /// - ///\author Alpar Juttner class Timer { int _running; //Timer is running iff _running>0; (_running>=0 always holds)