]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[339-doxygen-errors] doxygen fixes
authorFrancis Dupont <fdupont@isc.org>
Tue, 11 Dec 2018 16:14:36 +0000 (17:14 +0100)
committerFrancis Dupont <fdupont@isc.org>
Tue, 11 Dec 2018 19:53:41 +0000 (14:53 -0500)
src/lib/dhcpsrv/network.h
src/lib/dhcpsrv/srv_config.h

index 3ce6cac48102b7de53dc8e7368bd03f7536a37e7..bbb108d7376548af76bb11c5631b61f597706f1b 100644 (file)
@@ -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;
index 5f3ce4ab62b08683e5a681f954fa3316019db30c..8ee6015554822c95e1c8b929524b6338b36df944 100644 (file)
@@ -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;
     }