Fix API reference 76/314076/3 tizen_8.0
authorcheoleun moon <chleun.moon@samsung.com>
Fri, 5 Jul 2024 01:46:20 +0000 (10:46 +0900)
committercheoleun moon <chleun.moon@samsung.com>
Fri, 5 Jul 2024 02:10:57 +0000 (11:10 +0900)
Change-Id: I3ce00d7f8a8097d3810ce65be20b87433044ef03

include/http.h

index 1c15047d75e7f17e347f984c7fde56b2279a1827..c57ee3aa6320798ff9470aa36fe1da13fdd7ab33 100644 (file)
@@ -796,7 +796,7 @@ int http_transaction_get_tcp_fastopen(http_transaction_h http_transaction, bool
 
 /**
  * @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
@@ -813,7 +813,7 @@ int http_transaction_header_add_field(http_transaction_h http_transaction, const
 
 /**
  * @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