From: Francis Dupont Date: Tue, 11 Dec 2018 16:12:17 +0000 (+0100) Subject: [339-doxygen-errors] Tentative doxygen fix X-Git-Tag: 343-put-socket-control-buffer-in-the-stack_base~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec0993648177463408fa4bb919609b7951ee4a4e;p=thirdparty%2Fkea.git [339-doxygen-errors] Tentative doxygen fix --- diff --git a/src/hooks/dhcp/high_availability/ha_service.h b/src/hooks/dhcp/high_availability/ha_service.h index 718b331452..ccd5fb7f95 100644 --- a/src/hooks/dhcp/high_availability/ha_service.h +++ b/src/hooks/dhcp/high_availability/ha_service.h @@ -594,7 +594,7 @@ protected: /// with the other server. /// @param server_name name of the server to fetch leases from. /// @param max_period maximum number of seconds to disable DHCP service - /// @param lease Pointer to the last lease returned on the previous + /// @param last_lease Pointer to the last lease returned on the previous /// page of leases. This lease is used to set the value of the "from" /// parameter in the @c lease4-get-page and @c lease6-get-page commands. If this /// command is sent to fetch the first page, the @c last_lease parameter @@ -627,7 +627,7 @@ protected: /// with the other server. /// @param server_name name of the server to fetch leases from. /// @param max_period maximum number of seconds to disable DHCP service - /// @param lease Pointer to the last lease returned on the previous + /// @param last_lease Pointer to the last lease returned on the previous /// page of leases. This lease is used to set the value of the "from" /// parameter in the lease4-get-page and lease6-get-page commands. If this /// command is sent to fetch the first page, the @c last_lease parameter