]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2976] Minor: fix the doxygen tag in D2UpdateMessage.
authorMarcin Siodelski <marcin@isc.org>
Wed, 26 Jun 2013 10:05:40 +0000 (12:05 +0200)
committerMarcin Siodelski <marcin@isc.org>
Wed, 26 Jun 2013 10:05:40 +0000 (12:05 +0200)
src/bin/d2/d2_zone.h

index 1fd6d659ade569a6c440ea6fdd0426fe395c9b1e..c54cb40f2222c9176fa22f644fb1d1a3dbfd495a 100644 (file)
@@ -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);