From 8b6fb2be15398851164194be4b2a8178620fa199 Mon Sep 17 00:00:00 2001 From: Tomek Mrugalski Date: Tue, 17 Jan 2017 14:08:54 +0100 Subject: [PATCH] [5112] Unrelated doxygen warnings fixed. --- src/lib/dhcpsrv/parsers/dhcp_parsers.h | 2 +- src/lib/dhcpsrv/srv_config.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; } -- GitLab