Browse Source

[2157] style fix: add explicit \brief, blankline before the brie desc.

JINMEI Tatuya 12 years ago
parent
commit
859bfb0777
1 changed files with 3 additions and 2 deletions
  1. 3 2
      src/bin/auth/statistics.h

+ 3 - 2
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.
     ///