]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2157] style fix: add explicit \brief, blankline before the brie desc.
authorJINMEI Tatuya <jinmei@isc.org>
Wed, 14 Nov 2012 03:37:59 +0000 (19:37 -0800)
committerJINMEI Tatuya <jinmei@isc.org>
Wed, 14 Nov 2012 03:37:59 +0000 (19:37 -0800)
src/bin/auth/statistics.h

index 5fc2caea0141998293a4a33767cf692261cb2c67..1bb6747ac72663a8be5fe14a2c20e6de21c38f4c 100644 (file)
@@ -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.
     ///