From: Marcin Siodelski Date: Wed, 29 Oct 2014 11:11:37 +0000 (+0100) Subject: [3587] Fixed a couple of errors in the doxygen in CfgSubnets4. X-Git-Tag: trac3629a_base~1^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a8362f640c017bc608a5a3793486c45dd99e67d2;p=thirdparty%2Fkea.git [3587] Fixed a couple of errors in the doxygen in CfgSubnets4. Also, removed unused headers from cfg_subnets4.h. --- diff --git a/src/lib/dhcpsrv/cfg_subnets4.h b/src/lib/dhcpsrv/cfg_subnets4.h index 79f160f1ed..db2330b3b0 100644 --- a/src/lib/dhcpsrv/cfg_subnets4.h +++ b/src/lib/dhcpsrv/cfg_subnets4.h @@ -16,9 +16,7 @@ #define CFG_SUBNETS4_H #include -#include #include -#include #include namespace isc { @@ -32,12 +30,12 @@ namespace dhcp { /// assigned to the appropriate members of the @c CfgSubnets4::Selector /// structure. /// -/// See @c CfgSubnets4::get documentation for more details on how the subnet -/// is selected for the client. +/// See @c CfgSubnets4::selectSubnet documentation for more details on how the +/// subnet is selected for the client. class CfgSubnets4 { public: - /// @brief Subnet selector used in @c CfgSubnets4::getSubnet4. + /// @brief Subnet selector used in @c CfgSubnets4::selectSubnet. /// /// This structure holds various parameters extracted from a packet sent /// by a DHCP client used to select the subnet for the client. @@ -122,7 +120,7 @@ public: /// /// This method returns a pointer to the subnet if the address passed in /// parameter is in range with this subnet. This is mainly used for unit - /// testing. This method is also called by the @c get(Selector). + /// testing. This method is also called by the @c selectSubnet(Selector). /// /// @param address Address for which the subnet is searched. /// @param client_classes Optional parameter specifying the classes that