]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#999] Fixed doxygen error
authorMarcin Siodelski <marcin@isc.org>
Fri, 8 May 2020 09:50:51 +0000 (11:50 +0200)
committerMarcin Siodelski <marcin@isc.org>
Fri, 8 May 2020 17:29:09 +0000 (19:29 +0200)
As pointed out in the code review.

src/hooks/dhcp/high_availability/ha_service.h

index d6430a532f4feb878f9c86adc4e41684e300ae92..24ec003be76c7466843c97d318b743f283512552 100644 (file)
@@ -874,7 +874,7 @@ protected:
     /// flagged as ready to read.   It is installed by the invocation to
     /// register the socket with IfaceMgr made in @ref clientConnectHandler.
     ///
-    /// The handler calls @ref HttpClient::closeIfOutOfBandwidth() to catch
+    /// The handler calls @c HttpClient::closeIfOutOfBandwidth() to catch
     /// and close any sockets that have gone ready outside of transactions.
     ///
     /// We do this in case the other peer closed the socket (e.g. idle timeout),