From: Francis Dupont Date: Tue, 11 Dec 2018 16:14:36 +0000 (+0100) Subject: [339-doxygen-errors] doxygen fixes X-Git-Tag: 343-put-socket-control-buffer-in-the-stack_base~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc6c1b270df8efae64c9cd1e6aaf90dae4969655;p=thirdparty%2Fkea.git [339-doxygen-errors] doxygen fixes --- 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; }