diff options
author | cheoleun moon <chleun.moon@samsung.com> | 2024-11-13 12:08:09 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@review> | 2024-11-13 12:08:09 +0000 |
commit | ab13272b244cacf0a354a37a406fff4dadf61343 (patch) | |
tree | 73c45b73c84590656d432a80a6674b3849a2ca34 | |
parent | 35684ee664121eb54f9607a20693126c7dc8417d (diff) | |
parent | c835f5cd2c5dfafcd5514523907d5f82b5c41853 (diff) | |
download | http-tizen.tar.gz http-tizen.tar.bz2 http-tizen.zip |
Merge "Fix API reference" into tizentizen
-rw-r--r-- | include/http.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/http.h b/include/http.h index 263c2d6..67f3ffb 100644 --- a/include/http.h +++ b/include/http.h @@ -842,7 +842,7 @@ int http_transaction_get_tcp_fastopen(http_transaction_h http_transaction, bool /** * @deprecated Deprecated since 9.0 * @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 @@ -860,7 +860,7 @@ int http_transaction_header_add_field(http_transaction_h http_transaction, const /** * @deprecated Deprecated since 9.0 * @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 |