From: Thomas Markwalder Date: Sat, 8 Feb 2014 19:04:56 +0000 (-0500) Subject: [3221] Fixed doxygen errors, removed commented include X-Git-Tag: bind10-1.2.0beta1-release~58^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a080f7b48a4895a5dfbee3690de6cc2881f123cd;p=thirdparty%2Fkea.git [3221] Fixed doxygen errors, removed commented include Fixed a couple doxgyen errors and removed the commented out include of ioctl.h in d2_upd_unittest.cc --- diff --git a/src/lib/dhcp_ddns/ncr_msg.h b/src/lib/dhcp_ddns/ncr_msg.h index 5dab9e8dd8..7fd6f64744 100644 --- a/src/lib/dhcp_ddns/ncr_msg.h +++ b/src/lib/dhcp_ddns/ncr_msg.h @@ -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. diff --git a/src/lib/dhcpsrv/d2_client.h b/src/lib/dhcpsrv/d2_client.h index 7574fe1af8..639747a9d8 100644 --- a/src/lib/dhcpsrv/d2_client.h +++ b/src/lib/dhcpsrv/d2_client.h @@ -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(); diff --git a/src/lib/dhcpsrv/tests/d2_udp_unittest.cc b/src/lib/dhcpsrv/tests/d2_udp_unittest.cc index 22893ccf94..66d21254ac 100644 --- a/src/lib/dhcpsrv/tests/d2_udp_unittest.cc +++ b/src/lib/dhcpsrv/tests/d2_udp_unittest.cc @@ -28,7 +28,6 @@ #include #include -//#include using namespace std; using namespace isc::dhcp;