From: JINMEI Tatuya Date: Wed, 14 Nov 2012 04:17:33 +0000 (-0800) Subject: [2157] style fix: explicit \brief X-Git-Tag: bind10-1.1.0beta1-release~85^2~5^2~133 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72c2349d91de8ab45839a701b6befe30f04d542b;p=thirdparty%2Fkea.git [2157] style fix: explicit \brief --- diff --git a/src/bin/auth/statistics.h b/src/bin/auth/statistics.h index 1bb6747ac7..d6ac181a4f 100644 --- a/src/bin/auth/statistics.h +++ b/src/bin/auth/statistics.h @@ -59,14 +59,14 @@ private: bool answer_sent_; // DNS message has sent bool res_is_truncated_; // DNS message is truncated public: - /// The constructor. + /// \brief The constructor. /// /// This constructor is mostly exception free. But it may still throw /// a standard exception if memory allocation fails inside the method. /// inline QRAttributes(); - /// The destructor. + /// \brief The destructor. /// /// This method never throws an exception. ///