From: Francis Dupont Date: Thu, 14 Dec 2017 12:46:22 +0000 (+0100) Subject: [5425] Fixed doxygen X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b80afec844f5112ce712e358815e1606895f75ba;p=thirdparty%2Fkea.git [5425] Fixed doxygen --- 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_;