BIND 10 trac2976, updated. c5b11e54a93c528d549a66206f0ff2c2ddf4273d [2976] Minor: fix the doxygen tag in D2UpdateMessage.
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Jun 26 10:06:04 UTC 2013
The branch, trac2976 has been updated
via c5b11e54a93c528d549a66206f0ff2c2ddf4273d (commit)
from 5eea9d893ec4ac21e89f8b3b0f3e68af625eed48 (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 c5b11e54a93c528d549a66206f0ff2c2ddf4273d
Author: Marcin Siodelski <marcin at isc.org>
Date: Wed Jun 26 12:05:40 2013 +0200
[2976] Minor: fix the doxygen tag in D2UpdateMessage.
-----------------------------------------------------------------------
Summary of changes:
src/bin/d2/d2_zone.h | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/bin/d2/d2_zone.h b/src/bin/d2/d2_zone.h
index 1fd6d65..c54cb40 100644
--- a/src/bin/d2/d2_zone.h
+++ b/src/bin/d2/d2_zone.h
@@ -1,4 +1,4 @@
-// Copyright (C) 2013 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013 Internet Systems Consortium, Inc. ("ISC")
//
// Permission to use, copy, modify, and/or distribute this software for any
// purpose with or without fee is hereby granted, provided that the above
@@ -106,7 +106,8 @@ typedef boost::shared_ptr<D2Zone> D2ZonePtr;
/// performed.
/// @param zone A reference to the @c D2Zone object output by the
/// operation.
-/// @param A reference to the same @c std::ostream object referenced by
+///
+/// @return A reference to the same @c std::ostream object referenced by
/// parameter @c os after the insertion operation.
std::ostream& operator<<(std::ostream& os, const D2Zone& zone);
More information about the bind10-changes
mailing list