BIND 10 trac2157_2, updated. 72c2349d91de8ab45839a701b6befe30f04d542b [2157] style fix: explicit \brief

BIND 10 source code commits bind10-changes at lists.isc.org
Wed Nov 14 04:17:50 UTC 2012


The branch, trac2157_2 has been updated
       via  72c2349d91de8ab45839a701b6befe30f04d542b (commit)
      from  859bfb0777fc4ef95de9dcc396b8ca5e98d91760 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 72c2349d91de8ab45839a701b6befe30f04d542b
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Tue Nov 13 20:17:33 2012 -0800

    [2157] style fix: explicit \brief

-----------------------------------------------------------------------

Summary of changes:
 src/bin/auth/statistics.h |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/bin/auth/statistics.h b/src/bin/auth/statistics.h
index 1bb6747..d6ac181 100644
--- a/src/bin/auth/statistics.h
+++ b/src/bin/auth/statistics.h
@@ -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.
     ///



More information about the bind10-changes mailing list