BIND 10 trac2945, updated. 82ebca7dc6224c1f884ca1f528026b716f4e4b8f [2945] Add missing doxygen comments

BIND 10 source code commits bind10-changes at lists.isc.org
Wed Oct 30 05:53:55 UTC 2013


The branch, trac2945 has been updated
       via  82ebca7dc6224c1f884ca1f528026b716f4e4b8f (commit)
      from  93445f2e2a578c547adb2b9e5443468165636383 (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 82ebca7dc6224c1f884ca1f528026b716f4e4b8f
Author: Mukund Sivaraman <muks at isc.org>
Date:   Wed Oct 30 11:23:34 2013 +0530

    [2945] Add missing doxygen comments

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

Summary of changes:
 src/bin/auth/auth_srv.cc            |    3 ++-
 src/bin/auth/auth_srv.h             |    3 ++-
 src/lib/datasrc/memory/domaintree.h |    5 ++++-
 tests/tools/perfdhcp/stats_mgr.h    |    2 +-
 4 files changed, 9 insertions(+), 4 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/bin/auth/auth_srv.cc b/src/bin/auth/auth_srv.cc
index 4500260..6daf400 100644
--- a/src/bin/auth/auth_srv.cc
+++ b/src/bin/auth/auth_srv.cc
@@ -299,7 +299,8 @@ public:
     ///
     /// \param server The DNSServer as passed to processMessage()
     /// \param message The response as constructed by processMessage()
-    /// \param stats_attrs TODO
+    /// \param stats_attrs Object to store message attributes in for use
+    ///                    with statistics
     /// \param done If true, it indicates there is a response.
     ///             this value will be passed to server->resume(bool)
     void resumeServer(isc::asiodns::DNSServer* server,
diff --git a/src/bin/auth/auth_srv.h b/src/bin/auth/auth_srv.h
index a614918..b6e4b45 100644
--- a/src/bin/auth/auth_srv.h
+++ b/src/bin/auth/auth_srv.h
@@ -104,7 +104,8 @@ public:
     /// process.  It's normally a reference to an xfr::XfroutClient object,
     /// but can refer to a local mock object for testing (or other
     /// experimental) purposes.
-    /// \param ddns_forwarder TODO
+    /// \param ddns_forwarder Forwarder to which DDNS UPDATE requests
+    ///                       are passed to
     AuthSrv(isc::xfr::AbstractXfroutClient& xfrout_client,
             isc::util::io::BaseSocketSessionForwarder& ddns_forwarder);
     ~AuthSrv();
diff --git a/src/lib/datasrc/memory/domaintree.h b/src/lib/datasrc/memory/domaintree.h
index 4084ad8..888f914 100644
--- a/src/lib/datasrc/memory/domaintree.h
+++ b/src/lib/datasrc/memory/domaintree.h
@@ -960,7 +960,10 @@ public:
     ///
     /// \param mem_sgmt A \c MemorySegment from which memory for the new
     /// \c DomainTree is allocated.
-    /// \param return_empty_node TODO
+    /// \param return_empty_node Whether \c find() on this tree should
+    ///                          return empty nodes (which contain no
+    ///                          data). If it's \c true, \c find() will
+    ///                          match and return empty nodes.
     static DomainTree* create(util::MemorySegment& mem_sgmt,
                               bool return_empty_node = false)
     {
diff --git a/tests/tools/perfdhcp/stats_mgr.h b/tests/tools/perfdhcp/stats_mgr.h
index eb747bb..6dbee25 100644
--- a/tests/tools/perfdhcp/stats_mgr.h
+++ b/tests/tools/perfdhcp/stats_mgr.h
@@ -260,7 +260,7 @@ public:
         /// assumed dropped. Negative value disables it.
         /// \param archive_enabled if true packets archive mode is enabled.
         /// In this mode all packets are stored throughout the test execution.
-        /// \param boot_time time when test started TODO or is to be started?
+        /// \param boot_time time when test was started
         ExchangeStats(const ExchangeType xchg_type,
                       const double drop_time,
                       const bool archive_enabled,



More information about the bind10-changes mailing list