From: Marcin Siodelski Date: Wed, 26 Jun 2013 10:05:40 +0000 (+0200) Subject: [2976] Minor: fix the doxygen tag in D2UpdateMessage. X-Git-Tag: bind10-1.2.0beta1-release~368^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c5b11e54a93c528d549a66206f0ff2c2ddf4273d;p=thirdparty%2Fkea.git [2976] Minor: fix the doxygen tag in D2UpdateMessage. --- diff --git a/src/bin/d2/d2_zone.h b/src/bin/d2/d2_zone.h index 1fd6d659ad..c54cb40f22 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 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);