]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[3181] Fixed doxygen errors in perfdhcp.
authorMarcin Siodelski <marcin@isc.org>
Fri, 6 Dec 2013 15:16:39 +0000 (16:16 +0100)
committerMarcin Siodelski <marcin@isc.org>
Fri, 6 Dec 2013 15:16:39 +0000 (16:16 +0100)
tests/tools/perfdhcp/rate_control.h

index 32d844781b8fae20c7ee5cd4669c9af5e91848d9..c52f26422685ae1ac5fb175bb6502f36694e91c1 100644 (file)
@@ -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.