Browse Source

[2976] Minor: fix the doxygen tag in D2UpdateMessage.

Marcin Siodelski 12 years ago
parent
commit
c5b11e54a9
1 changed files with 3 additions and 2 deletions
  1. 3 2
      src/bin/d2/d2_zone.h

+ 3 - 2
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);