From 08b88147e8368d7f48a2e130deefbcb86cd645af Mon Sep 17 00:00:00 2001 From: Marcin Siodelski Date: Fri, 6 Dec 2013 16:16:39 +0100 Subject: [PATCH] [3181] Fixed doxygen errors in perfdhcp. --- tests/tools/perfdhcp/rate_control.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/tools/perfdhcp/rate_control.h b/tests/tools/perfdhcp/rate_control.h index 32d844781b..c52f264226 100644 --- a/tests/tools/perfdhcp/rate_control.h +++ b/tests/tools/perfdhcp/rate_control.h @@ -104,7 +104,7 @@ public: /// \brief Sets the new rate. /// - /// \param A new value of rate. + /// \param rate A new value of rate. void setRate(const int rate) { rate_ = rate; } @@ -115,8 +115,8 @@ public: /// the due time. The parameter passed to this function specifies the /// (positive or negative) number of seconds relative to current time. /// - /// \param A number of seconds relative to current time which constitutes - /// the new due time. + /// \param offset A number of seconds relative to current time which + /// constitutes the new due time. void setRelativeDue(const int offset); /// \brief Sets the timestamp of the last sent message to current time.