Parcourir la source

[master] Fixed doxygen warnings

Francis Dupont il y a 8 ans
Parent
commit
22fba465c5

+ 2 - 2
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

+ 2 - 2
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

+ 0 - 1
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

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