]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[3035] Resolved doxygen errors caused by recent changes.
authorMarcin Siodelski <marcin@isc.org>
Tue, 10 Sep 2013 06:22:05 +0000 (08:22 +0200)
committerMarcin Siodelski <marcin@isc.org>
Tue, 10 Sep 2013 06:22:05 +0000 (08:22 +0200)
src/bin/dhcp4/dhcp4_srv.h
src/lib/dhcp_ddns/ncr_msg.h

index ea77b39a51554afa8c7a2c9e1d0a226e0b9185e2..52fa5cc385fca8d7e0ff061ef7594c4b75c3e789 100644 (file)
@@ -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);
 
index a35d212cbe566c6dc67b571476f2a67ef4536675..f27407f1e3abaf7ed0d04814371532baecac25e1 100644 (file)
@@ -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<uint8_t>& 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<uint8_t>& wire_fqdn);