Browse Source

[2157] style fix: explicit \brief

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

+ 2 - 2
src/bin/auth/statistics.h

@@ -59,14 +59,14 @@ private:
     bool answer_sent_;              // DNS message has sent
     bool answer_sent_;              // DNS message has sent
     bool res_is_truncated_;         // DNS message is truncated
     bool res_is_truncated_;         // DNS message is truncated
 public:
 public:
-    /// The constructor.
+    /// \brief The constructor.
     ///
     ///
     /// This constructor is mostly exception free. But it may still throw
     /// This constructor is mostly exception free. But it may still throw
     /// a standard exception if memory allocation fails inside the method.
     /// a standard exception if memory allocation fails inside the method.
     ///
     ///
     inline QRAttributes();
     inline QRAttributes();
 
 
-    /// The destructor.
+    /// \brief The destructor.
     ///
     ///
     /// This method never throws an exception.
     /// This method never throws an exception.
     ///
     ///