From bab2ce3b6833da004809f5aab23377e885210a7c Mon Sep 17 00:00:00 2001 From: Francis Dupont Date: Fri, 1 Jun 2018 21:33:36 +0200 Subject: [PATCH] [master] Fixed doxygen problems --- src/lib/dhcpsrv/cache_host_data_source.h | 2 +- src/lib/dhcpsrv/cfg_option.h | 1 + src/lib/dhcpsrv/cql_lease_mgr.cc | 2 +- src/lib/dhcpsrv/parsers/dhcp_parsers.h | 2 +- src/lib/dhcpsrv/pool.h | 4 ++-- 5 files changed, 6 insertions(+), 5 deletions(-) diff --git a/src/lib/dhcpsrv/cache_host_data_source.h b/src/lib/dhcpsrv/cache_host_data_source.h index 72a899eb76..8a234f52d9 100644 --- a/src/lib/dhcpsrv/cache_host_data_source.h +++ b/src/lib/dhcpsrv/cache_host_data_source.h @@ -25,7 +25,7 @@ public: /// Similar to @c add() but with a different purpose. /// /// @param host Pointer to the new @c Host object being inserted. - /// @param] overwrite false if doing nothing in case of conflicts + /// @param overwrite false if doing nothing in case of conflicts /// (and returning 1), true if removing conflicting entries /// (and returning their number). /// @return number of conflicts limited to one if overwrite is false. diff --git a/src/lib/dhcpsrv/cfg_option.h b/src/lib/dhcpsrv/cfg_option.h index 09931985c7..1f13106ced 100644 --- a/src/lib/dhcpsrv/cfg_option.h +++ b/src/lib/dhcpsrv/cfg_option.h @@ -62,6 +62,7 @@ public: /// @param opt option /// @param persist if true option is always sent. /// @param formatted_value option value in the textual format. Default + /// @param user_context user context (optional). /// value is empty indicating that the value is not set. OptionDescriptor(const OptionPtr& opt, bool persist, const std::string& formatted_value = "", diff --git a/src/lib/dhcpsrv/cql_lease_mgr.cc b/src/lib/dhcpsrv/cql_lease_mgr.cc index ded93f08d8..a225585ab2 100644 --- a/src/lib/dhcpsrv/cql_lease_mgr.cc +++ b/src/lib/dhcpsrv/cql_lease_mgr.cc @@ -1546,7 +1546,7 @@ public: /// /// @param connection connection used to communicate with the Cassandra /// database - /// @param where_values array of bound objects used to filter the results + /// @param data array of bound objects used to filter the results /// @param statement_tag prepared statement being executed /// /// @throw DbOperationError diff --git a/src/lib/dhcpsrv/parsers/dhcp_parsers.h b/src/lib/dhcpsrv/parsers/dhcp_parsers.h index b323eb4b87..5fd98e38d6 100644 --- a/src/lib/dhcpsrv/parsers/dhcp_parsers.h +++ b/src/lib/dhcpsrv/parsers/dhcp_parsers.h @@ -414,7 +414,7 @@ public: /// /// @param name name of the element supplying the address string, (either /// "ip-address" or "ip-addresses") - /// @param address string form of the IP address to add + /// @param address_str string form of the IP address to add /// @param relay_elem parent relay element (needed for position info) /// @param relay_info RelayInfo to which the address should be added /// @throw isc::dhcp::DhcpConfigError if the address string is not a valid diff --git a/src/lib/dhcpsrv/pool.h b/src/lib/dhcpsrv/pool.h index a8d813a754..f6ee8b326b 100644 --- a/src/lib/dhcpsrv/pool.h +++ b/src/lib/dhcpsrv/pool.h @@ -221,14 +221,14 @@ protected: /// @brief Required classes /// - /// @ref isc::dhcp::Network::required_classes + /// @ref isc::dhcp::Network::required_classes_ ClientClasses required_classes_; /// @brief Pointer to the user context (may be NULL) data::ConstElementPtr user_context_; /// @brief Last allocated address - /// See @ref isc::dhcp::subnet::last_allocated_ia_ + /// See @ref isc::dhcp::Subnet::last_allocated_ia_ /// Initialized and reset to first isc::asiolink::IOAddress last_allocated_; -- 2.47.2