From: Marcin Siodelski Date: Tue, 8 Oct 2013 12:55:42 +0000 (+0200) Subject: [3183] Fix bugs in the doxygen documenation for perfdhcp. X-Git-Tag: bind10-1.2.0beta1-release~102^2~36^2~1^2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79569d47bdbece10f1ee4532f33ec23d4c8e00b4;p=thirdparty%2Fkea.git [3183] Fix bugs in the doxygen documenation for perfdhcp. --- diff --git a/tests/tools/perfdhcp/packet_storage.h b/tests/tools/perfdhcp/packet_storage.h index c158bf1b26..96c66c9405 100644 --- a/tests/tools/perfdhcp/packet_storage.h +++ b/tests/tools/perfdhcp/packet_storage.h @@ -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 diff --git a/tests/tools/perfdhcp/test_control.h b/tests/tools/perfdhcp/test_control.h index 29091322b0..136fa9e5f5 100644 --- a/tests/tools/perfdhcp/test_control.h +++ b/tests/tools/perfdhcp/test_control.h @@ -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. ///