Browse Source

[4234] Missing doxygen fix

Francis Dupont 9 years ago
parent
commit
464c1cd863
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/lib/dhcpsrv/alloc_engine.h

+ 2 - 1
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