From: Francis Dupont Date: Fri, 11 Dec 2015 20:07:45 +0000 (+0100) Subject: [4234] Missing doxygen fix X-Git-Tag: trac4263_base~6^2~8 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=464c1cd863aa6aa73e1162026314ca39738d7114;p=thirdparty%2Fkea.git [4234] Missing doxygen fix --- diff --git a/src/lib/dhcpsrv/alloc_engine.h b/src/lib/dhcpsrv/alloc_engine.h index 453fac3305..9dce23108a 100644 --- a/src/lib/dhcpsrv/alloc_engine.h +++ b/src/lib/dhcpsrv/alloc_engine.h @@ -397,7 +397,7 @@ public: /// response to SOLICIT). /// /// This method uses host reservation if ctx.host_ is set. The easy way to - /// set it is to call @ref isc::dhcp::AllocEngine::findReservation(ClientContext6& ctx) const. + /// set it is to call @ref findReservation-decl. /// The host reservation is convenient, but incurs performance penalty, /// so it can be tweaked on a per subnet basis. There are three possible modes: /// 1. disabled (no host reservation at all). This is the most performant one @@ -608,6 +608,7 @@ public: void deleteExpiredReclaimedLeases4(const uint32_t secs); + /// @anchor findReservation-decl /// @brief Attempts to find appropriate host reservation. /// /// Attempts to find appropriate host reservation in HostMgr. If found, it