From: Mukund Sivaraman Date: Wed, 30 Oct 2013 05:53:34 +0000 (+0530) Subject: [2945] Add missing doxygen comments X-Git-Tag: bind10-1.2.0beta1-release~124^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=82ebca7dc6224c1f884ca1f528026b716f4e4b8f;p=thirdparty%2Fkea.git [2945] Add missing doxygen comments --- diff --git a/src/bin/auth/auth_srv.cc b/src/bin/auth/auth_srv.cc index 4500260d1c..6daf400695 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 a61491813c..b6e4b4559d 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 4084ad85fd..888f914b89 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 eb747bb1a0..6dbee25f15 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,