Correct API reference 63/216163/2 accepted/tizen_6.0_unified_hotfix tizen_6.0_hotfix accepted/tizen/6.0/unified/20201030.121820 accepted/tizen/6.0/unified/hotfix/20201103.004048 accepted/tizen/6.0/unified/hotfix/20201103.051035 accepted/tizen/unified/20191104.115104 submit/tizen/20191104.104219 submit/tizen_6.0/20201029.205102 submit/tizen_6.0_hotfix/20201102.192502 submit/tizen_6.0_hotfix/20201103.114802 tizen_6.0.m2_release
authorCheoleun Moon <chleun.moon@samsung.com>
Tue, 22 Oct 2019 09:01:17 +0000 (18:01 +0900)
committerCheoleun Moon <chleun.moon@samsung.com>
Tue, 22 Oct 2019 09:04:39 +0000 (18:04 +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);