]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[3183] Fix bugs in the doxygen documenation for perfdhcp.
authorMarcin Siodelski <marcin@isc.org>
Tue, 8 Oct 2013 12:55:42 +0000 (14:55 +0200)
committerMarcin Siodelski <marcin@isc.org>
Tue, 8 Oct 2013 12:55:42 +0000 (14:55 +0200)
tests/tools/perfdhcp/packet_storage.h
tests/tools/perfdhcp/test_control.h

index c158bf1b267bc26311dd154be05d990d65ac79ab..96c66c9405b135079c9fdb24a45d87dc091846f2 100644 (file)
@@ -85,7 +85,7 @@ public:
         return (storage_.empty());
     }
 
-    /// \brief Returns next packet from the storage..
+    /// \brief Returns next packet from the storage.
     ///
     /// This function returns packets sequentially (in the same order
     /// in which they have been appended). The returned packet is
index 29091322b0acbf728e22415db604d65c48aab79b..136fa9e5f516523e308d1e85dfad6df392ff8d74 100644 (file)
@@ -721,9 +721,9 @@ protected:
     /// \param socket An object representing socket to be used to send packets.
     /// \param packets_num A number of Renew packets to be send.
     ///
-    /// \param A number of packets actually sent.
+    /// \return A number of packets actually sent.
     uint64_t sendRenewPackets(const TestControlSocket& socket,
-                          const uint64_t packets_num);
+                              const uint64_t packets_num);
 
     /// \brief Send a renew message using provided socket.
     ///