BIND 10 trac2157_2, updated. 859bfb0777fc4ef95de9dcc396b8ca5e98d91760 [2157] style fix: add explicit \brief, blankline before the brie desc.
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Nov 14 03:38:21 UTC 2012
The branch, trac2157_2 has been updated
via 859bfb0777fc4ef95de9dcc396b8ca5e98d91760 (commit)
from 131b376fc16fbe7bee9dc8753daba0dc04171cff (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 859bfb0777fc4ef95de9dcc396b8ca5e98d91760
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Tue Nov 13 19:37:59 2012 -0800
[2157] style fix: add explicit \brief, blankline before the brie desc.
-----------------------------------------------------------------------
Summary of changes:
src/bin/auth/statistics.h | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/bin/auth/statistics.h b/src/bin/auth/statistics.h
index 5fc2cae..1bb6747 100644
--- a/src/bin/auth/statistics.h
+++ b/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.
///
More information about the bind10-changes
mailing list