From: Yoshitaka Aharen Date: Mon, 28 Jan 2013 12:12:42 +0000 (+0900) Subject: [2157] doxygen: Counters::inc() doesn't throw X-Git-Tag: bind10-1.1.0beta1-release~85^2~5^2~33 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ce5cf26e3637a7faf5901debecaf542cdacf69cc;p=thirdparty%2Fkea.git [2157] doxygen: Counters::inc() doesn't throw --- diff --git a/src/bin/auth/statistics.h b/src/bin/auth/statistics.h index db2beff483..49be6a2907 100644 --- a/src/bin/auth/statistics.h +++ b/src/bin/auth/statistics.h @@ -262,13 +262,12 @@ public: /// \brief Increment counters according to the parameters. /// - /// This method is mostly exception free. But it may still throw a - /// standard exception if memory allocation fails inside the method. - /// /// \param msgattrs DNS message attributes. /// \param response DNS response message. /// \param done DNS response was sent to the client. /// + /// \throw None + /// void inc(const MessageAttributes& msgattrs, const isc::dns::Message& response, const bool done);