Removing unnecessary HTML link for feature/privilege 55/249855/3 accepted/tizen/unified/20201230.121814 submit/tizen/20201218.015506 submit/tizen/20201230.000611
authorCheoleun Moon <chleun.moon@samsung.com>
Thu, 17 Dec 2020 06:03:11 +0000 (15:03 +0900)
committerCheoleun Moon <chleun.moon@samsung.com>
Thu, 17 Dec 2020 06:20:39 +0000 (15:20 +0900)
Change-Id: Id3ca55dddbd2b8d46ff8586b2926cd343bd246a6

doc/download_doc.h
include/download.h

index 21c589f..bdd17b9 100644 (file)
  *
  * @section CAPI_WEB_DOWNLOAD_MODULE_FEATURE Related Features
  * This API is related with the following features:\n
- *  - http://tizen.org/feature/download\n
- *  - http://tizen.org/feature/network.telephony\n
- *  - http://tizen.org/feature/network.wifi\n
- *  - http://tizen.org/feature/network.wifi.direct\n
+ *  - %http://tizen.org/feature/download\n
+ *  - %http://tizen.org/feature/network.telephony\n
+ *  - %http://tizen.org/feature/network.wifi\n
+ *  - %http://tizen.org/feature/network.wifi.direct\n
  *
  * It is recommended to design feature related codes in your application for reliability.\n
  *
index 2dc27ba..1a6ee68 100755 (executable)
@@ -347,8 +347,8 @@ int download_get_network_type(int download_id, download_network_type_e *net_type
  * @privilege %http://tizen.org/privilege/download
  *
  * @remarks This function should be called before downloading (see download_start()). \n
- *          The mediastorage privilege http://tizen.org/privilege/mediastorage is needed if @a path is relevant to media storage.\n
- *          The externalstorage privilege http://tizen.org/privilege/externalstorage is needed if @a path is relevant to external storage.
+ *          The mediastorage privilege %http://tizen.org/privilege/mediastorage is needed if @a path is relevant to media storage.\n
+ *          The externalstorage privilege %http://tizen.org/privilege/externalstorage is needed if @a path is relevant to external storage.
  *
  * @param[in] download_id  The download ID
  * @param[in] path         The absolute path to the downloaded file \n
@@ -995,8 +995,8 @@ int download_get_temp_path(int download_id, char **temp_path);
  *
  * @remarks If the etag value is not present in the download database, it is useless to set the temporary path. \n
  *          When resuming download, the data is attached at the end of this temporary file. \n
- *          The mediastorage privilege http://tizen.org/privilege/mediastorage is needed if @a path is relevant to media storage.\n
- *          The externalstorage privilege http://tizen.org/privilege/externalstorage is needed if @a path is relevant to external storage.
+ *          The mediastorage privilege %http://tizen.org/privilege/mediastorage is needed if @a path is relevant to media storage.\n
+ *          The externalstorage privilege %http://tizen.org/privilege/externalstorage is needed if @a path is relevant to external storage.
 
  *
  * @param[in]  download_id  The download ID