]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2945] Add missing doxygen comments
authorMukund Sivaraman <muks@isc.org>
Wed, 30 Oct 2013 05:53:34 +0000 (11:23 +0530)
committerMukund Sivaraman <muks@isc.org>
Wed, 30 Oct 2013 05:53:34 +0000 (11:23 +0530)
src/bin/auth/auth_srv.cc
src/bin/auth/auth_srv.h
src/lib/datasrc/memory/domaintree.h
tests/tools/perfdhcp/stats_mgr.h

index 4500260d1c717e09ea149e73f984babfe4b069d0..6daf4006954a37998a601b5b3bb38a3e07ef2445 100644 (file)
@@ -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,
index a61491813c5a21f8c531e60a0cb6e42b7b73e7f1..b6e4b4559d1cfab8584c2467adde0aeaccad2793 100644 (file)
@@ -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();
index 4084ad85fd5762e3065a3e9b58844fa450786cdd..888f914b89600d71b30a3dc4a14d2c5f9e830e4d 100644 (file)
@@ -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)
     {
index eb747bb1a01018c7a0da1b1e5cf724ca2f6f253e..6dbee25f15286e5356b540e682cd2db5df6f9e3d 100644 (file)
@@ -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,