From: JINMEI Tatuya Date: Wed, 12 Dec 2012 18:52:37 +0000 (-0800) Subject: [2470] completed doc for RRCollator::AddRRsetCallback. X-Git-Tag: bind10-1.0.0-beta-release~15^2~8 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2d8efd0e48d097a54753ea6504e8e69bf65f41ba;p=thirdparty%2Fkea.git [2470] completed doc for RRCollator::AddRRsetCallback. --- diff --git a/src/lib/dns/rrcollator.h b/src/lib/dns/rrcollator.h index d4f5a1be48..6028c07683 100644 --- a/src/lib/dns/rrcollator.h +++ b/src/lib/dns/rrcollator.h @@ -52,7 +52,13 @@ namespace dns { /// the class. class RRCollator : boost::noncopyable { public: - /// \brief + /// \brief Callback functor type for \c RRCollator. + /// + /// This type of callback is given to an \c RRCollator object on its + /// construction, and will be called for each collated RRset built in + /// the \c RRCollator. + /// + /// \param rrset The collated RRset. typedef boost::function AddRRsetCallback; /// \brief Constructor.