From 77743a890c14fabe5e25cac29757bd53f17ae01a Mon Sep 17 00:00:00 2001 From: cheoleun moon Date: Fri, 5 Jul 2024 10:46:20 +0900 Subject: Fix API reference Change-Id: I3ce00d7f8a8097d3810ce65be20b87433044ef03 --- include/http.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- cgit v1.2.3