From: Francis Dupont Date: Sat, 28 Jan 2017 16:36:37 +0000 (+0100) Subject: [master] Fixed doxygen warnings X-Git-Tag: trac5126_base X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=22fba465c5823386a3ee45caccce196482393255;p=thirdparty%2Fkea.git [master] Fixed doxygen warnings --- diff --git a/src/bin/dhcp4/dhcp4.dox b/src/bin/dhcp4/dhcp4.dox index dcb7101ccd..6104592102 100644 --- a/src/bin/dhcp4/dhcp4.dox +++ b/src/bin/dhcp4/dhcp4.dox @@ -1,4 +1,4 @@ -// Copyright (C) 2012-2016 Internet Systems Consortium, Inc. ("ISC") +// Copyright (C) 2012-2017 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 @@ -88,7 +88,7 @@ For example, the "renew-timer" value may be specified at a global scope and it t applies to all subnets. However, some subnets may have it overwritten with subnet specific values that takes precedence over global values that are considered defaults. The parameters inheritance is implemented by means of the "global -context". The global context is represented by the @ref isc::dhcp::ParserContext +context". The global context is represented by the isc::dhcp::ParserContext class and it holds pointers to storage of different kinds, e.g. text parameters, numeric parameters etc. When the server is parsing the top level configuration parameters it passes pointers to the storages of the appropriate kind, to the diff --git a/src/bin/dhcp6/dhcp6.dox b/src/bin/dhcp6/dhcp6.dox index 0eda7b928a..94cf672c73 100644 --- a/src/bin/dhcp6/dhcp6.dox +++ b/src/bin/dhcp6/dhcp6.dox @@ -1,4 +1,4 @@ -// Copyright (C) 2012-2016 Internet Systems Consortium, Inc. ("ISC") +// Copyright (C) 2012-2017 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 @@ -348,7 +348,7 @@ For example, the "renew-timer" value may be specified at a global scope and it t applies to all subnets. However, some subnets may have it overwritten with subnet specific values that takes precedence over global values that are considered defaults. The parameters inheritance is implemented by means of the "global -context". The global context is represented by the @ref isc::dhcp::ParserContext +context". The global context is represented by the isc::dhcp::ParserContext class and it holds pointers to storages of different kind, e.g. text parameters, numeric parameters etc. When the server is parsing the top level configuration parameters it passes pointers to the storages of the appropriate kind, to the diff --git a/src/lib/cc/simple_parser.h b/src/lib/cc/simple_parser.h index f8519122a5..a7352a5ed3 100644 --- a/src/lib/cc/simple_parser.h +++ b/src/lib/cc/simple_parser.h @@ -185,7 +185,6 @@ protected: /// @param scope specified parameter will be extracted from this scope /// @param name name of the parameter for error report /// @param type_name name of target_type for error report - /// @param value value of the parameter /// @return a converted value of target_type /// @throw DhcpConfigError if the parameter is not there, is not of /// appropriate type or can not be converted diff --git a/src/lib/dhcpsrv/parsers/dhcp_parsers.h b/src/lib/dhcpsrv/parsers/dhcp_parsers.h index 700864d9c8..67f253a5bf 100644 --- a/src/lib/dhcpsrv/parsers/dhcp_parsers.h +++ b/src/lib/dhcpsrv/parsers/dhcp_parsers.h @@ -764,8 +764,6 @@ public: /// @brief constructor /// - /// @param global_context - /// @param default_addr default IP address (0.0.0.0 for IPv4, :: for IPv6) /// @param family address family: @c AF_INET or @c AF_INET6 SubnetConfigParser(uint16_t family);