/**
* @brief Adds a named field to header.
- * @details Adds a named field, which is a <@c fieldName, @c fieldValue> pair, to the current instance of HTTP Transaction.
+ * @details Adds a named field, which is a <@a field_name, @a field_value> pair, to the current instance of HTTP Transaction.
* @since_tizen 3.0
* @param[in] http_transaction The HTTP transaction handle
* @param[in] field_name The HTTP Header Field name
/**
* @brief Removes the named field from header.
- * @details Remove the named field, which is a <@c fieldName, @c fieldValue> pair, from the current instance of HTTP Transaction.
+ * @details Remove the named field with @a field_name, from the current instance of HTTP Transaction.
* @since_tizen 3.0
* @param[in] http_transaction The HTTP transaction handle
* @param[in] field_name The HTTP Header Field name