]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[4234] Missing doxygen fix
authorFrancis Dupont <fdupont@isc.org>
Fri, 11 Dec 2015 20:07:45 +0000 (21:07 +0100)
committerFrancis Dupont <fdupont@isc.org>
Fri, 11 Dec 2015 20:07:45 +0000 (21:07 +0100)
src/lib/dhcpsrv/alloc_engine.h

index 453fac3305dea2a5f93a3ec396c6d9c5b2c6437a..9dce23108aa89d3d88d610cd87336ca0af53e269 100644 (file)
@@ -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