diff -r 7abfb55f1ecc -r e7f8647ce760 lemon/time_measure.h --- a/lemon/time_measure.h Mon Sep 22 10:56:01 2008 +0200 +++ b/lemon/time_measure.h Mon Jul 14 15:23:11 2008 +0100 @@ -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;