From: Cheoleun Moon Date: Thu, 17 Dec 2020 05:53:35 +0000 (+0900) Subject: Removing unnecessary HTML link for feature/privilege X-Git-Tag: submit/tizen/20201218.015506^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=00ad92245b38c5abc2fc55749c0ead70fa17702c;p=platform%2Fcore%2Fapi%2Fhttp.git Removing unnecessary HTML link for feature/privilege Change-Id: Ib86aa4a9d7cc47b296253f1f04f3824d867b6381 Signed-off-by: Cheoleun Moon --- diff --git a/doc/http_doc.h b/doc/http_doc.h index 93cf40e..c85706a 100755 --- a/doc/http_doc.h +++ b/doc/http_doc.h @@ -35,7 +35,7 @@ * @if WEARABLE * @section CAPI_NETWORK_HTTP_MODULE_FEATURE Related Features * This API is related with the following features:\n - * - http://tizen.org/feature/network.internet \n + * - %http://tizen.org/feature/network.internet \n * It is recommended to design feature related codes in your application for reliability.\n * You can check if a device supports the related features for this API by using @ref CAPI_SYSTEM_SYSTEM_INFO_MODULE, thereby controlling the procedure of your application.\n * To ensure your application is only running on the device with specific features, please define the features in your manifest file using the manifest editor in the SDK.\n @@ -61,7 +61,7 @@ * @if WEARABLE * @section CAPI_NETWORK_HTTP_SESSION_MODULE_MODULE_FEATURE Related Features * This API is related with the following features:\n - * - http://tizen.org/feature/network.internet \n + * - %http://tizen.org/feature/network.internet \n * It is recommended to design feature related codes in your application for reliability.\n * You can check if a device supports the related features for this API by using @ref CAPI_SYSTEM_SYSTEM_INFO_MODULE, thereby controlling the procedure of your application.\n * To ensure your application is only running on the device with specific features, please define the features in your manifest file using the manifest editor in the SDK.\n @@ -88,7 +88,7 @@ * @if WEARABLE * @section CAPI_NETWORK_HTTP_TRANSACTION_MODULE_FEATURE Related Features * This API is related with the following features:\n - * - http://tizen.org/feature/network.internet \n + * - %http://tizen.org/feature/network.internet \n * It is recommended to design feature related codes in your application for reliability.\n * You can check if a device supports the related features for this API by using @ref CAPI_SYSTEM_SYSTEM_INFO_MODULE, thereby controlling the procedure of your application.\n * To ensure your application is only running on the device with specific features, please define the features in your manifest file using the manifest editor in the SDK.\n @@ -113,7 +113,7 @@ * @if WEARABLE * @section CAPI_NETWORK_HTTP_REQUEST_MODULE_FEATURE Related Features * This API is related with the following features:\n - * - http://tizen.org/feature/network.internet\n + * - %http://tizen.org/feature/network.internet\n * It is recommended to design feature related codes in your application for reliability.\n * You can check if a device supports the related features for this API by using @ref CAPI_SYSTEM_SYSTEM_INFO_MODULE, thereby controlling the procedure of your application.\n * To ensure your application is only running on the device with specific features, please define the features in your manifest file using the manifest editor in the SDK.\n @@ -136,7 +136,7 @@ * @if WEARABLE * @section CAPI_NETWORK_HTTP_RESPONSE_MODULE_FEATURE Related Features * This API is related with the following features:\n - * - http://tizen.org/feature/network.internet \n + * - %http://tizen.org/feature/network.internet \n * It is recommended to design feature related codes in your application for reliability.\n * You can check if a device supports the related features for this API by using @ref CAPI_SYSTEM_SYSTEM_INFO_MODULE, thereby controlling the procedure of your application.\n * To ensure your application is only running on the device with specific features, please define the features in your manifest file using the manifest editor in the SDK.\n @@ -158,7 +158,7 @@ * @if WEARABLE * @section CAPI_NETWORK_HTTP_HEADER_MODULE_FEATURE Related Features * This API is related with the following features:\n - * - http://tizen.org/feature/network.internet \n + * - %http://tizen.org/feature/network.internet \n * It is recommended to design feature related codes in your application for reliability.\n * You can check if a device supports the related features for this API by using @ref CAPI_SYSTEM_SYSTEM_INFO_MODULE, thereby controlling the procedure of your application.\n * To ensure your application is only running on the device with specific features, please define the features in your manifest file using the manifest editor in the SDK.\n @@ -180,7 +180,7 @@ * @if WEARABLE * @section CAPI_NETWORK_HTTP_HEADER_MODULE_FEATURE Related Features * This API is related with the following features:\n - * - http://tizen.org/feature/network.internet \n + * - %http://tizen.org/feature/network.internet \n * It is recommended to design feature related codes in your application for reliability.\n * You can check if a device supports the related features for this API by using @ref CAPI_SYSTEM_SYSTEM_INFO_MODULE, thereby controlling the procedure of your application.\n * To ensure your application is only running on the device with specific features, please define the features in your manifest file using the manifest editor in the SDK.\n diff --git a/include/http.h b/include/http.h index 61c16e4..1c15047 100644 --- a/include/http.h +++ b/include/http.h @@ -1037,8 +1037,8 @@ int http_transaction_request_write_body(http_transaction_h http_transaction, con * @brief Sets the file path for uploading a file. * @since_tizen 3.0 * @remarks It is used with #HTTP_METHOD_PUT. \n - * http://tizen.org/privilege/mediastorage is needed if input or output path are relevant to media storage. \n - * http://tizen.org/privilege/externalstorage is needed if input or output path are relevant to external storage. + * %http://tizen.org/privilege/mediastorage is needed if input or output path are relevant to media storage. \n + * %http://tizen.org/privilege/externalstorage is needed if input or output path are relevant to external storage. * @param[in] http_transaction The HTTP transaction handle * @param[in] file_path The path for file * @return @c 0 on success,