]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2157] style fix: explicit \brief
authorJINMEI Tatuya <jinmei@isc.org>
Wed, 14 Nov 2012 04:17:33 +0000 (20:17 -0800)
committerJINMEI Tatuya <jinmei@isc.org>
Wed, 14 Nov 2012 04:17:33 +0000 (20:17 -0800)
src/bin/auth/statistics.h

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