BIND 10 trac2157_2, updated. a1705370803388f15833e588db710fe520fda751 [2157] minor editorial fixes: add \brief and an empty line for readability
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Jan 30 04:16:45 UTC 2013
The branch, trac2157_2 has been updated
via a1705370803388f15833e588db710fe520fda751 (commit)
from 10a2897883c51ec83247ddcfe137a19807f41a69 (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 a1705370803388f15833e588db710fe520fda751
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Tue Jan 29 20:16:09 2013 -0800
[2157] minor editorial fixes: add \brief and an empty line for readability
-----------------------------------------------------------------------
Summary of changes:
src/lib/statistics/counter_dict.h | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/statistics/counter_dict.h b/src/lib/statistics/counter_dict.h
index 08a8b37..98b0b81 100644
--- a/src/lib/statistics/counter_dict.h
+++ b/src/lib/statistics/counter_dict.h
@@ -138,15 +138,16 @@ public:
boost::forward_traversal_tag>
{
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.
ConstIterator() {}
- /// Constructor from implementation detail DictionaryMap::const_iterator
- ConstIterator(
- DictionaryMap::const_iterator iterator) :
+
+ /// \brief Constructor from implementation detail
+ /// DictionaryMap::const_iterator
+ ConstIterator(DictionaryMap::const_iterator iterator) :
iterator_(iterator)
{}
More information about the bind10-changes
mailing list