diff -r da414906fe21 -r bb40b6db0a58 lemon/time_measure.h --- a/lemon/time_measure.h Fri Sep 26 12:40:11 2008 +0200 +++ b/lemon/time_measure.h Sat Sep 27 14:33:28 2008 +0200 @@ -292,7 +292,6 @@ ///\note If you want to measure the running time of the execution of a certain ///function, consider the usage of \ref TimeReport instead. /// - ///\todo This shouldn't be Unix (Linux) specific. ///\sa TimeReport class Timer { @@ -487,7 +486,6 @@ /// ///\sa Timer ///\sa NoTimeReport - ///\todo There is no test case for this class TimeReport : public Timer { std::string _title;