]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[20-update-addr_utilities-h-comments] Removed obsolete @todo's 20-update-addr_utilities-h-comments
authorFrancis Dupont <fdupont@isc.org>
Fri, 31 Aug 2018 14:14:10 +0000 (16:14 +0200)
committerTomek Mrugalski <tomek@isc.org>
Tue, 18 Sep 2018 13:46:38 +0000 (09:46 -0400)
src/lib/asiolink/addr_utilities.h

index 77786e0749df6e556f057df568208e2be22ad461..c2a44d5aea2f76435186abb32b59757898d2816b 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2012-2015,2017 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2012-2018 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
@@ -21,8 +21,6 @@ namespace dhcp {
 /// Example: For 2001:db8:1\::deaf:beef and length /120 the function will return
 /// 2001:db8:1\::dead:be00. See also @ref lastAddrInPrefix.
 ///
-/// @todo It currently works for v6 only and will throw if v4 address is passed.
-///
 /// @param prefix and address that belongs to a prefix
 /// @param len prefix length
 ///
@@ -35,8 +33,6 @@ isc::asiolink::IOAddress firstAddrInPrefix(const isc::asiolink::IOAddress& prefi
 /// Example: For 2001:db8:1\::deaf:beef and length /112 the function will return
 /// 2001:db8:1\::dead:ffff. See also @ref firstAddrInPrefix.
 ///
-/// @todo It currently works for v6 only and will throw if v4 address is passed.
-///
 /// @param prefix and address that belongs to a prefix
 /// @param len prefix length
 ///