]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] Addressed doxygen warnings from #5033 merge
authorFrancis Dupont <fdupont@isc.org>
Mon, 16 Jan 2017 16:01:12 +0000 (17:01 +0100)
committerFrancis Dupont <fdupont@isc.org>
Mon, 16 Jan 2017 16:01:12 +0000 (17:01 +0100)
src/lib/dhcpsrv/parsers/dhcp_parsers.h
src/lib/dhcpsrv/srv_config.h

index b16b497b37a59f1c8ba53ab9e67664c21f4601e9..8a5a4326a11e7d01076642057a0a8bd486340d64 100644 (file)
@@ -994,7 +994,7 @@ public:
 
     /// @brief Parses a given dhcp-ddns element into D2ClientConfig.
     ///
-    /// @param client_config is the "dhcp-ddns" configuration to parse
+    /// @param d2_client_cfg is the "dhcp-ddns" configuration to parse
     ///
     /// The elements currently supported are (see isc::dhcp::D2ClientConfig
     /// for details on each):
index 5554cb6c71ca505156b53188c1764a094fd77255..3e645c43cfdc58b9062330c1cf4fc15d627f2ec7 100644 (file)
@@ -499,7 +499,7 @@ public:
     }
 
     /// @brief Sets the D2 client configuration
-    /// @param dictionary pointer to the new D2 client configuration
+    /// @param d2_client_config pointer to the new D2 client configuration
     void setD2ClientConfig(const D2ClientConfigPtr& d2_client_config) {
         d2_client_config_ = d2_client_config;
     }