From 9604c4a60bbd31d3f5d7b39d7e949fce092e2718 Mon Sep 17 00:00:00 2001 From: Marcin Siodelski Date: Mon, 7 Nov 2016 20:36:29 +0100 Subject: [PATCH] [master] Fixing doxygen warnings after merge of #5016. Trivial changes. --- src/lib/dhcp/libdhcp++.h | 2 +- src/lib/dhcp/option6_pdexclude.h | 2 +- src/lib/dhcp/option_data_types.h | 2 +- src/lib/dhcpsrv/pool.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/lib/dhcp/libdhcp++.h b/src/lib/dhcp/libdhcp++.h index 31c589803b..38009d44b7 100644 --- a/src/lib/dhcp/libdhcp++.h +++ b/src/lib/dhcp/libdhcp++.h @@ -55,7 +55,7 @@ public: /// /// @return Pointer to the option definition or NULL pointer if option /// definition has not been found. - static OptionDefinitionPtr getOptionDef(const std::string& option_space, + static OptionDefinitionPtr getOptionDef(const std::string& space, const std::string& name); /// @brief Returns vendor option definition for a given vendor-id and code diff --git a/src/lib/dhcp/option6_pdexclude.h b/src/lib/dhcp/option6_pdexclude.h index 511f38669d..3b9f880bba 100644 --- a/src/lib/dhcp/option6_pdexclude.h +++ b/src/lib/dhcp/option6_pdexclude.h @@ -80,7 +80,7 @@ public: /// @brief Returns Prefix Exclude option in textual format. /// - /// @param ident Number of spaces to be inserted before the text. + /// @param indent Number of spaces to be inserted before the text. virtual std::string toText(int indent = 0) const; /// @brief Returns excluded prefix. diff --git a/src/lib/dhcp/option_data_types.h b/src/lib/dhcp/option_data_types.h index 93962f56c8..7532747374 100644 --- a/src/lib/dhcp/option_data_types.h +++ b/src/lib/dhcp/option_data_types.h @@ -536,7 +536,7 @@ public: /// /// @param prefix_len Prefix length in bits (0 to 128). /// @param prefix Prefix value. - /// @param [out] Output buffer. + /// @param [out] buf Output buffer. static void writePrefix(const PrefixLen& prefix_len, const asiolink::IOAddress& prefix, std::vector& buf); diff --git a/src/lib/dhcpsrv/pool.h b/src/lib/dhcpsrv/pool.h index 173ede17f2..acedb01f45 100644 --- a/src/lib/dhcpsrv/pool.h +++ b/src/lib/dhcpsrv/pool.h @@ -226,7 +226,7 @@ public: /// option to a client. /// /// @param prefix specified a prefix of the pool. - /// @param prefix_Leb specifies prefix length of the pool. + /// @param prefix_len specifies prefix length of the pool. /// @param delegated_len specifies length of the delegated prefixes. /// @param excluded_prefix specifies an excluded prefix as per RFC6603. /// @param excluded_prefix_len specifies length of an excluded prefix. -- 2.47.3