From b80afec844f5112ce712e358815e1606895f75ba Mon Sep 17 00:00:00 2001 From: Francis Dupont Date: Thu, 14 Dec 2017 13:46:22 +0100 Subject: [PATCH] [5425] Fixed doxygen --- src/lib/dhcpsrv/alloc_engine.h | 2 ++ src/lib/dhcpsrv/pool.h | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/lib/dhcpsrv/alloc_engine.h b/src/lib/dhcpsrv/alloc_engine.h index 251db83e3b..b363f23f89 100644 --- a/src/lib/dhcpsrv/alloc_engine.h +++ b/src/lib/dhcpsrv/alloc_engine.h @@ -218,6 +218,8 @@ protected: /// @todo: Implement this method /// /// @param subnet an address will be picked from pool of that subnet + /// @param client_classes list of classes client belongs to + /// @param known_client client has a reservation /// @param duid Client's DUID (ignored) /// @param hint the last address that was picked (ignored) /// @return a random address from the pool diff --git a/src/lib/dhcpsrv/pool.h b/src/lib/dhcpsrv/pool.h index df1488df14..09cb62d1f8 100644 --- a/src/lib/dhcpsrv/pool.h +++ b/src/lib/dhcpsrv/pool.h @@ -249,7 +249,7 @@ protected: data::ConstElementPtr user_context_; /// @brief Last allocated address - /// See @ref isc::dhcp::subnet::last_allocated_ia_ + /// See @ref isc::dhcp::Subnet::last_allocated_ia_ /// Initialized and reset to first isc::asiolink::IOAddress last_allocated_; -- 2.47.2