/// 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.
/// @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 = "",
///
/// @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
///
/// @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
/// @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_;