From ec0993648177463408fa4bb919609b7951ee4a4e Mon Sep 17 00:00:00 2001 From: Francis Dupont Date: Tue, 11 Dec 2018 17:12:17 +0100 Subject: [PATCH] [339-doxygen-errors] Tentative doxygen fix --- src/hooks/dhcp/high_availability/ha_service.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.47.2