From fc6c1b270df8efae64c9cd1e6aaf90dae4969655 Mon Sep 17 00:00:00 2001 From: Francis Dupont Date: Tue, 11 Dec 2018 17:14:36 +0100 Subject: [PATCH] [339-doxygen-errors] doxygen fixes --- src/lib/dhcpsrv/network.h | 2 +- src/lib/dhcpsrv/srv_config.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/dhcpsrv/network.h b/src/lib/dhcpsrv/network.h index 3ce6cac481..bbb108d737 100644 --- a/src/lib/dhcpsrv/network.h +++ b/src/lib/dhcpsrv/network.h @@ -400,7 +400,7 @@ public: /// @brief Sets the flag indicating if requests for unknown IP addresses /// should be rejected with DHCPNAK instead of ignored. /// - /// @param match If this value is true, the requests for unknown IP + /// @param authoritative If this value is true, the requests for unknown IP /// addresses will be rejected with DHCPNAK messages void setAuthoritative(const bool authoritative) { authoritative_ = authoritative; diff --git a/src/lib/dhcpsrv/srv_config.h b/src/lib/dhcpsrv/srv_config.h index 5f3ce4ab62..8ee6015554 100644 --- a/src/lib/dhcpsrv/srv_config.h +++ b/src/lib/dhcpsrv/srv_config.h @@ -367,7 +367,7 @@ public: } /// @brief Sets information about the dhcp queue control - /// @param new dhcp queue control information + /// @param dhcp_queue_controlnew dhcp queue control information void setDHCPQueueControl(const isc::data::ConstElementPtr dhcp_queue_control) { dhcp_queue_control_ = dhcp_queue_control; } -- 2.47.2