Parcourir la source

[2470] completed doc for RRCollator::AddRRsetCallback.

JINMEI Tatuya il y a 12 ans
Parent
commit
2d8efd0e48
1 fichiers modifiés avec 7 ajouts et 1 suppressions
  1. 7 1
      src/lib/dns/rrcollator.h

+ 7 - 1
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<void(const RRsetPtr& rrset)> AddRRsetCallback;
 
     /// \brief Constructor.