From: cheoleun moon Date: Fri, 5 Jul 2024 01:46:20 +0000 (+0900) Subject: Fix API reference X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Ftizen_8.0;p=platform%2Fcore%2Fapi%2Fhttp.git Fix API reference Change-Id: I3ce00d7f8a8097d3810ce65be20b87433044ef03 --- diff --git a/include/http.h b/include/http.h index 1c15047..c57ee3a 100644 --- a/include/http.h +++ b/include/http.h @@ -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