From f14a834eaa52f10b444995d177c504cc0a5ae0ee Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 28 Feb 2021 21:50:17 +0100 Subject: Move some comments into a header. --- src/lib/timer.cc | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/lib/timer.cc') diff --git a/src/lib/timer.cc b/src/lib/timer.cc index 8e4d44547..84329a5d5 100644 --- a/src/lib/timer.cc +++ b/src/lib/timer.cc @@ -48,9 +48,6 @@ PeriodTimer::~PeriodTimer () cout << N_("T: ") << _name << N_(": ") << (seconds (stop) - seconds (_start)) << N_("\n"); } -/** @param n Name to use when giving output. - * @param s Initial state. - */ StateTimer::StateTimer (string n, string s) : _name (n) { @@ -72,7 +69,6 @@ StateTimer::set (string s) set_internal (s); } -/** @param s New state that the caller is in */ void StateTimer::set_internal (optional s) { -- cgit v1.2.3