Correct API reference 45/216845/1 accepted/tizen_5.5_unified_wearable_hotfix tizen_5.5_tv tizen_5.5_wearable_hotfix accepted/tizen/5.5/unified/20191112.033629 accepted/tizen/5.5/unified/wearable/hotfix/20201027.121030 submit/tizen_5.5/20191104.160818 submit/tizen_5.5/20191111.155151 submit/tizen_5.5_wearable_hotfix/20201026.184302
authorCheoleun Moon <chleun.moon@samsung.com>
Tue, 22 Oct 2019 09:01:17 +0000 (18:01 +0900)
committerCheoleun Moon <chleun.moon@samsung.com>
Mon, 4 Nov 2019 11:41:05 +0000 (20:41 +0900)
Change-Id: I5cc9d9623d31406bfceff33c872b786f84509110
Signed-off-by: Cheoleun Moon <chleun.moon@samsung.com>
include/http.h

index b2178d154ac813dd716735df9e7fc109cf34f9fe..61c16e45fa0895d75ed6ec9c1c6ee753f36b719a 100644 (file)
@@ -344,7 +344,7 @@ int http_session_create(http_session_mode_e mode, http_session_h *http_session);
 /**
  * @brief Destroys the HTTP session handle.
  * @since_tizen 3.0
- * @remarks http_session should be set to NULL after using it
+ * @remarks The @a http_session should be set to NULL after using it
  * @param[in] http_session The HTTP session handle
  * @return @c 0 on success,
  *         otherwise negative error value
@@ -485,8 +485,7 @@ int http_transaction_submit(http_transaction_h http_transaction);
 /**
  * @brief Closes the HTTP transaction handle.
  * @since_tizen 3.0
- * @remarks The @a http_transaction is released by http_transaction_destroy().
- *          http_transaction should be set to NULL after using it.
+ * @remarks The @a http_transaction should be set to NULL after using it.
  * @param[in] http_transaction The HTTP transaction handle
  * @return @c 0 on success,
  *         otherwise negative error value
@@ -494,7 +493,8 @@ int http_transaction_submit(http_transaction_h http_transaction);
  * @retval #HTTP_ERROR_INVALID_PARAMETER Invalid parameter
  * @retval #HTTP_ERROR_INVALID_OPERATION Invalid operation
  * @retval #HTTP_ERROR_NOT_SUPPORTED Not Supported
- * @see http_transaction_create()
+ * @see http_session_open_transaction()
+ * @see http_transaction_open_authentication()
  */
 int http_transaction_destroy(http_transaction_h http_transaction);