Removing unnecessary HTML link for feature/privilege 48/249848/2 accepted/tizen_6.0_unified tizen_6.0 accepted/tizen/6.0/unified/20210107.080326 submit/tizen_6.0/20201218.015254 submit/tizen_6.0/20201230.000652 submit/tizen_6.0/20210106.042729
authorCheoleun Moon <chleun.moon@samsung.com>
Thu, 17 Dec 2020 05:53:35 +0000 (14:53 +0900)
committerCheoleun Moon <chleun.moon@samsung.com>
Thu, 17 Dec 2020 06:19:46 +0000 (15:19 +0900)
Change-Id: Ib86aa4a9d7cc47b296253f1f04f3824d867b6381
Signed-off-by: Cheoleun Moon <chleun.moon@samsung.com>
doc/http_doc.h
include/http.h

index 93cf40e..c85706a 100755 (executable)
@@ -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
  * @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
  * @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
  * @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
  * @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
index 61c16e4..1c15047 100644 (file)
@@ -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,