]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[3221] Fixed doxygen errors, removed commented include
authorThomas Markwalder <tmark@isc.org>
Sat, 8 Feb 2014 19:04:56 +0000 (14:04 -0500)
committerThomas Markwalder <tmark@isc.org>
Sat, 8 Feb 2014 19:04:56 +0000 (14:04 -0500)
Fixed a couple doxgyen errors and removed the commented
out include of ioctl.h in d2_upd_unittest.cc

src/lib/dhcp_ddns/ncr_msg.h
src/lib/dhcpsrv/d2_client.h
src/lib/dhcpsrv/tests/d2_udp_unittest.cc

index 5dab9e8dd8c9451935bb82035af2872f0695c36c..7fd6f647440ba71c71e79a3c468b2675bc082f62 100644 (file)
@@ -72,7 +72,7 @@ enum NameChangeFormat {
 
 /// @brief Function which converts labels to  NameChangeFormat enum values.
 ///
-/// @param format_str text to convert to an enum.
+/// @param fmt_str text to convert to an enum.
 /// Valid string values: "JSON"
 ///
 /// @return NameChangeFormat value which maps to the given string.
index 7574fe1af8af70b2ea07721cba794984b28c595d..639747a9d81800c51df09e82d62651daf651f283 100644 (file)
@@ -417,8 +417,6 @@ public:
     /// transmitting requests, though any queued requests remain queued.
     /// Attempts to queue additional requests via sendRequest will fail.
     ///
-    /// @param io_service IOService to be used for sender IO event processing
-    ///
     /// @throw D2ClientError if sender instance is null. Underlying layer
     /// may throw NCRSenderExceptions exceptions.
     void stopSender();
index 22893ccf948738dc9cfab1309247c8c80cdaf532..66d21254ac7bec97adc476fa1f801a5011689855 100644 (file)
@@ -28,7 +28,6 @@
 #include <gtest/gtest.h>
 
 #include <sys/select.h>
-//#include <sys/ioctl.h>
 
 using namespace std;
 using namespace isc::dhcp;