From: Marcin Siodelski Date: Fri, 8 May 2020 09:50:51 +0000 (+0200) Subject: [#999] Fixed doxygen error X-Git-Tag: Kea-1.7.8~113 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26a94dcc3264e4ceec0534331e792c53ebbbd036;p=thirdparty%2Fkea.git [#999] Fixed doxygen error As pointed out in the code review. --- diff --git a/src/hooks/dhcp/high_availability/ha_service.h b/src/hooks/dhcp/high_availability/ha_service.h index d6430a532f..24ec003be7 100644 --- a/src/hooks/dhcp/high_availability/ha_service.h +++ b/src/hooks/dhcp/high_availability/ha_service.h @@ -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),