From: JINMEI Tatuya Date: Wed, 14 Nov 2012 03:37:59 +0000 (-0800) Subject: [2157] style fix: add explicit \brief, blankline before the brie desc. X-Git-Tag: bind10-1.1.0beta1-release~85^2~5^2~134 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=859bfb0777fc4ef95de9dcc396b8ca5e98d91760;p=thirdparty%2Fkea.git [2157] style fix: add explicit \brief, blankline before the brie desc. --- diff --git a/src/bin/auth/statistics.h b/src/bin/auth/statistics.h index 5fc2caea01..1bb6747ac7 100644 --- a/src/bin/auth/statistics.h +++ b/src/bin/auth/statistics.h @@ -236,13 +236,14 @@ public: /// typedef isc::data::ElementPtr ItemTreeType; - /// 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. /// Counters(); - /// The destructor. + + /// \brief The destructor. /// /// This method never throws an exception. ///