From: Marcin Siodelski Date: Tue, 10 Sep 2013 06:22:05 +0000 (+0200) Subject: [3035] Resolved doxygen errors caused by recent changes. X-Git-Tag: bind10-1.2.0beta1-release~102^2~21^2~7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ee550617afb58aa9ae58f1cee64fb75496d3cfba;p=thirdparty%2Fkea.git [3035] Resolved doxygen errors caused by recent changes. --- diff --git a/src/bin/dhcp4/dhcp4_srv.h b/src/bin/dhcp4/dhcp4_srv.h index ea77b39a51..52fa5cc385 100644 --- a/src/bin/dhcp4/dhcp4_srv.h +++ b/src/bin/dhcp4/dhcp4_srv.h @@ -341,7 +341,8 @@ protected: /// is exception free. /// /// @param chg_type A type of the NameChangeRequest (ADD or REMOVE). - /// @param ncr An isc::dhcp_ddns::NameChangeRequest object being added. + /// @param lease A lease for which the NameChangeRequest is created and + /// queued. void queueNameChangeRequest(const isc::dhcp_ddns::NameChangeType chg_type, const Lease4Ptr& lease); diff --git a/src/lib/dhcp_ddns/ncr_msg.h b/src/lib/dhcp_ddns/ncr_msg.h index a35d212cbe..f27407f1e3 100644 --- a/src/lib/dhcp_ddns/ncr_msg.h +++ b/src/lib/dhcp_ddns/ncr_msg.h @@ -91,8 +91,8 @@ public: /// @brief Constructor, creates an instance of the @c D2Dhcid from the /// HW address. /// - /// @param A pointer to the object encapsulating HW address. - /// @param A on-wire canonical representation of the FQDN. + /// @param hwaddr A pointer to the object encapsulating HW address. + /// @param wire_fqdn A on-wire canonical representation of the FQDN. D2Dhcid(const isc::dhcp::HWAddrPtr& hwaddr, const std::vector& wire_fqdn); @@ -147,8 +147,8 @@ public: /// @brief Sets the DHCID value based on the HW address and FQDN. /// - /// @param A pointer to the object encapsulating HW address. - /// @param A on-wire canonical representation of the FQDN. + /// @param hwaddr A pointer to the object encapsulating HW address. + /// @param wire_fqdn A on-wire canonical representation of the FQDN. void fromHWAddr(const isc::dhcp::HWAddrPtr& hwaddr, const std::vector& wire_fqdn);