]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] Fixed doxygen warnings eng_drop_01312017 trac5126_base
authorFrancis Dupont <fdupont@isc.org>
Sat, 28 Jan 2017 16:36:37 +0000 (17:36 +0100)
committerFrancis Dupont <fdupont@isc.org>
Sat, 28 Jan 2017 16:36:37 +0000 (17:36 +0100)
src/bin/dhcp4/dhcp4.dox
src/bin/dhcp6/dhcp6.dox
src/lib/cc/simple_parser.h
src/lib/dhcpsrv/parsers/dhcp_parsers.h

index dcb7101ccda6a6c38d36c9bd6f119bad4780526f..6104592102c2a9dec057f09fe9a18eb196b0fdfe 100644 (file)
@@ -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
index 0eda7b928ab58a3abe85b5aef90e05e72107d281..94cf672c732ec44cea2c26762b6f8cbaba9a15a6 100644 (file)
@@ -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
index f8519122a580d1b0c2bf0ab553387cd575d34ddb..a7352a5ed31d8fd56f130c2541345027612acabe 100644 (file)
@@ -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
index 700864d9c8f4fe32be14cff4ccceaf391917f68e..67f253a5bf6839a70df51f050e9d9d3f60de2571 100644 (file)
@@ -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);