Removing unnecessary HTML link for feature/privilege 47/249847/2 accepted/tizen/unified/20201230.121824 submit/tizen/20201218.015506 submit/tizen/20201230.000144
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:20:16 +0000 (15:20 +0900)
Change-Id: Ib86aa4a9d7cc47b296253f1f04f3824d867b6381
Signed-off-by: Cheoleun Moon <chleun.moon@samsung.com>
doc/http_doc.h
include/http.h

index 93cf40e5c2ea7fdd6d1c43b282c58fece2d18c28..c85706ae6ea266e95925244d47ce033be4eaa867 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 61c16e45fa0895d75ed6ec9c1c6ee753f36b719a..1c15047d75e7f17e347f984c7fde56b2279a1827 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,