/// @brief Factory function to create option with array of integer values.
///
- /// @param universe (V4 or V6).
+ /// @param u universe (V4 or V6).
/// @param type option type.
/// @param begin iterator pointing to the beginning of the buffer.
/// @param end iterator pointing to the end of the buffer.
/// @brief Add new option definition.
///
/// @param def option definition to be added.
+ /// @param option_space name of the option space to add definition to.
///
/// @throw isc::dhcp::DuplicateOptionDefinition when the particular
/// option definition already exists.
/// @param option option instance.
/// @param persistent if true, send an option regardless if client
/// requested it or not.
+ /// @param option_space name of the option space to add an option to.
///
/// @throw isc::BadValue if invalid option provided.
void addOption(OptionPtr& option, bool persistent,
/// @brief Return a collection of option descriptors.
///
- /// @param option_space name of the option space
+ /// @param option_space name of the option space.
///
/// @return reference to collection of options configured for a subnet.
/// The returned reference is valid as long as the Subnet object which
/// @brief Return single option descriptor.
///
/// @param option_space name of the option space.
+ /// @param option_code code of the option to be returned.
///
/// @return option descriptor found for the specified option space
/// and option code.