diff options
author | Marcin Siodelski <marcin@isc.org> | 2013-12-06 16:16:39 +0100 |
---|---|---|
committer | Marcin Siodelski <marcin@isc.org> | 2013-12-06 16:16:39 +0100 |
commit | 08b88147e8368d7f48a2e130deefbcb86cd645af (patch) | |
tree | 3a37d5fea9f056f6fc1c1d39f8a132b88fa4479b /tests/tools/perfdhcp/rate_control.h | |
parent | [3181] Added a RateControl class omitted in the previous commit. (diff) | |
download | kea-08b88147e8368d7f48a2e130deefbcb86cd645af.tar.xz kea-08b88147e8368d7f48a2e130deefbcb86cd645af.zip |
[3181] Fixed doxygen errors in perfdhcp.
Diffstat (limited to '')
-rw-r--r-- | tests/tools/perfdhcp/rate_control.h | 6 |
1 files 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. |