From: Francis Dupont Date: Mon, 16 Jan 2017 16:01:12 +0000 (+0100) Subject: [master] Addressed doxygen warnings from #5033 merge X-Git-Tag: trac102_base~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d1617384751867d9dcff45591b8e7a01b637a8d;p=thirdparty%2Fkea.git [master] Addressed doxygen warnings from #5033 merge --- diff --git a/src/lib/dhcpsrv/parsers/dhcp_parsers.h b/src/lib/dhcpsrv/parsers/dhcp_parsers.h index b16b497b37..8a5a4326a1 100644 --- a/src/lib/dhcpsrv/parsers/dhcp_parsers.h +++ b/src/lib/dhcpsrv/parsers/dhcp_parsers.h @@ -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): diff --git a/src/lib/dhcpsrv/srv_config.h b/src/lib/dhcpsrv/srv_config.h index 5554cb6c71..3e645c43cf 100644 --- a/src/lib/dhcpsrv/srv_config.h +++ b/src/lib/dhcpsrv/srv_config.h @@ -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; }