BIND 10 trac3251, updated. b173ea75b749984a94830c81ad6834f42387f8ba [3251] Fixed doxygen errors in the new PktFilter6 class.

BIND 10 source code commits bind10-changes at lists.isc.org
Fri Dec 13 09:30:41 UTC 2013


The branch, trac3251 has been updated
       via  b173ea75b749984a94830c81ad6834f42387f8ba (commit)
      from  77059f8a6b32612fab2c862b5dee11c728430327 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit b173ea75b749984a94830c81ad6834f42387f8ba
Author: Marcin Siodelski <marcin at isc.org>
Date:   Fri Dec 13 10:30:34 2013 +0100

    [3251] Fixed doxygen errors in the new PktFilter6 class.

-----------------------------------------------------------------------

Summary of changes:
 src/lib/dhcp/pkt_filter6.h |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/lib/dhcp/pkt_filter6.h b/src/lib/dhcp/pkt_filter6.h
index 97f48bc..efb02d2 100644
--- a/src/lib/dhcp/pkt_filter6.h
+++ b/src/lib/dhcp/pkt_filter6.h
@@ -39,15 +39,16 @@ class Iface;
 /// are not meant to be called directly, except unit testing.
 ///
 /// The @c IfaceMgr is responsible for managing the pool of sockets. In
-/// particular, @IfaceMgr detects interfaces suitable to send/receive DHCPv6
+/// particular, @c IfaceMgr detects interfaces suitable to send/receive DHCPv6
 /// messages. When it intends to open a socket on a particular interface, it
 /// will call the PktFilter6::openSocket. If this call is successful, the
 /// structure describing a new socket is returned.
 ///
 /// In order to send or receive a DHCPv6 message through this socket,
-/// the @IfaceMgr must use PktFilter6::send or PktFilter6::receive functions of
-/// the same class that has been used to open a socket, i.e. all send/receive
-/// operations should be performed using this particular class.
+/// the @c IfaceMgr must use PktFilter6::send or PktFilter6::receive
+/// functions of the same class that has been used to open a socket,
+/// i.e. all send/receive operations should be performed using this
+/// particular class.
 ///
 /// The major motivation behind creating a separate class, to manage low level
 /// operations using sockets, is to make @c IfaceMgr unit testable. By providing



More information about the bind10-changes mailing list