From: Marcin Siodelski Date: Fri, 29 Nov 2013 17:59:05 +0000 (+0100) Subject: [2765] Fixed a typo in the doxygen documentation. X-Git-Tag: bind10-1.2.0beta1-release~102^2~5^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe717f9cfeebf48714de35b1c8f4b1ce323ca67f;p=thirdparty%2Fkea.git [2765] Fixed a typo in the doxygen documentation. --- diff --git a/src/lib/dhcp/pkt_filter.h b/src/lib/dhcp/pkt_filter.h index 1636abd316..e9b661b2d8 100644 --- a/src/lib/dhcp/pkt_filter.h +++ b/src/lib/dhcp/pkt_filter.h @@ -125,7 +125,7 @@ protected: /// (a.k.a. primary socket) used to receive and handle DHCPv4 traffic. The /// traffic received through the fallback should be dropped. The reasoning /// behind opening the fallback socket is explained in the documentation of - /// @s isc::dhcp::SocketInfo structure. + /// @c isc::dhcp::SocketInfo structure. /// /// @param addr An IPv4 address to bind the socket to. /// @param port A port number to bind socket to.