Remove links in document 19/243219/1
authorjiyong.min <jiyong.min@samsung.com>
Fri, 4 Sep 2020 04:42:23 +0000 (13:42 +0900)
committerjiyong.min <jiyong.min@samsung.com>
Fri, 4 Sep 2020 04:42:23 +0000 (13:42 +0900)
Change-Id: If16d10ce0724ebc01b2fa50e006568be7c6f5097

include/media_content.h
include/media_info.h
include/media_playlist.h

index 2551ae9..e675f0b 100755 (executable)
@@ -99,9 +99,9 @@ int media_content_disconnect(void);
  *                   %http://tizen.org/privilege/mediastorage \n
  *                   %http://tizen.org/privilege/externalstorage
  *
- * @remarks You must add privilege http://tizen.org/privilege/content.write. And You add more privilege depending on your choice of contents path. \n
- *                   If you want to access only internal storage by using this function, you should add privilege http://tizen.org/privilege/mediastorage. \n
- *                   Or if you want to access only external storage by using this function, you should add privilege http://tizen.org/privilege/externalstorage. \n
+ * @remarks You must add privilege %http://tizen.org/privilege/content.write. And You add more privilege depending on your choice of contents path. \n
+ *                   If you want to access only internal storage by using this function, you should add privilege %http://tizen.org/privilege/mediastorage. \n
+ *                   Or if you want to access only external storage by using this function, you should add privilege %http://tizen.org/privilege/externalstorage. \n
  *                   If you can access both storage, you must add all privilege. \n
  *                   Since 4.0, This function does not allow a symbolic link.\n
  * @remarks Since 4.0, this function is related to the following feature:\n
@@ -147,9 +147,9 @@ int media_content_scan_file(const char *path);
  *                   %http://tizen.org/privilege/mediastorage \n
  *                   %http://tizen.org/privilege/externalstorage
  *
- * @remarks You must add privilege http://tizen.org/privilege/content.write. And You add more privilege depending on your choice of contents path. \n
- *                   If you want to access only internal storage by using this function, you should add privilege http://tizen.org/privilege/mediastorage. \n
- *                   Or if you want to access only external storage by using this function, you should add privilege http://tizen.org/privilege/externalstorage. \n
+ * @remarks You must add privilege %http://tizen.org/privilege/content.write. And You add more privilege depending on your choice of contents path. \n
+ *                   If you want to access only internal storage by using this function, you should add privilege %http://tizen.org/privilege/mediastorage. \n
+ *                   Or if you want to access only external storage by using this function, you should add privilege %http://tizen.org/privilege/externalstorage. \n
  *                   If you can access both storage, you must add all privilege. \n
  *                   Since 4.0, This function does not allow a symbolic link.
  *
index c7d081f..70c0f0b 100755 (executable)
@@ -56,9 +56,9 @@ extern "C" {
  *                   %http://tizen.org/privilege/externalstorage
  *
  * @remarks The @a info should be released using media_info_destroy(). \n
- *                   You must add the privilege http://tizen.org/privilege/content.write. You need to add more privileges depending on your choice of contents path. \n
- *                   If you want to access only internal storage by using this function, you should add privilege http://tizen.org/privilege/mediastorage. \n
- *                   If you want to access only external storage by using this function, you should add privilege http://tizen.org/privilege/externalstorage. \n
+ *                   You must add the privilege %http://tizen.org/privilege/content.write. You need to add more privileges depending on your choice of contents path. \n
+ *                   If you want to access only internal storage by using this function, you should add privilege %http://tizen.org/privilege/mediastorage. \n
+ *                   If you want to access only external storage by using this function, you should add privilege %http://tizen.org/privilege/externalstorage. \n
  *                   If you want to access storages of both types, you must add all privileges. \n
  *                   Since 4.0, this function does not accept symbolic links. \n
  * @remarks Since 4.0, this function is related to the following feature:\n
@@ -100,9 +100,9 @@ int media_info_insert_to_db(const char *path, media_info_h *info);
  *                   %http://tizen.org/privilege/mediastorage \n
  *                   %http://tizen.org/privilege/externalstorage
  *
- * @remarks You must add privilege http://tizen.org/privilege/content.write. And You add more privilege depending on your choice of contents path. \n
- *                   If you want to access only internal storage by using this function, you should add privilege http://tizen.org/privilege/mediastorage. \n
- *                   Or if you want to access only external storage by using this function, you should add privilege http://tizen.org/privilege/externalstorage. \n
+ * @remarks You must add privilege %http://tizen.org/privilege/content.write. And You add more privilege depending on your choice of contents path. \n
+ *                   If you want to access only internal storage by using this function, you should add privilege %http://tizen.org/privilege/mediastorage. \n
+ *                   Or if you want to access only external storage by using this function, you should add privilege %http://tizen.org/privilege/externalstorage. \n
  *                   If you can access both storage, you must add all privilege. \n
  *                   Since 4.0, This function does not allow a symbolic link. \n
  * @remarks Since 4.0, this function is related to the following feature:\n
@@ -962,9 +962,9 @@ int media_info_update_to_db(media_info_h media);
  *                   %http://tizen.org/privilege/mediastorage \n
  *                   %http://tizen.org/privilege/externalstorage
  *
- * @remarks You must add privilege http://tizen.org/privilege/content.write. And You add more privilege depending on your choice of contents path. \n
- *                   If you want to access only internal storage by using this function, you should add privilege http://tizen.org/privilege/mediastorage. \n
- *                   Or if you want to access only external storage by using this function, you should add privilege http://tizen.org/privilege/externalstorage. \n
+ * @remarks You must add privilege %http://tizen.org/privilege/content.write. And You add more privilege depending on your choice of contents path. \n
+ *                   If you want to access only internal storage by using this function, you should add privilege %http://tizen.org/privilege/mediastorage. \n
+ *                   Or if you want to access only external storage by using this function, you should add privilege %http://tizen.org/privilege/externalstorage. \n
  *                   If you can access both storage, you should add all privilege. \n
  *                   Since 4.0, this function does not allow symbolic links. \n
  *                   This function does not support USB storage before 5.0. Since 5.0, USB storage is supported. \n
@@ -1067,8 +1067,8 @@ int media_info_cancel_thumbnail(media_info_h media) TIZEN_DEPRECATED_API;
  * @privlevel public
  * @privilege %http://tizen.org/privilege/content.write
  *
- * @remarks 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. \n
+ * @remarks %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. \n
  *          Items in external storage are not supported, with the exception of MMC.
  *
  * @param[in] media The handle to the media info
index 639f3fb..6cbfe4a 100755 (executable)
@@ -492,8 +492,8 @@ int media_playlist_update_to_db(media_playlist_h playlist);
  * @privilege %http://tizen.org/privilege/content.write
  *
  * @remarks The @a playlist should be released using media_playlist_destroy().
- * @remarks   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. \n
+ * @remarks   %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. \n
  *                     This function does not support the file of extended m3u playlist.
  *
  * @param[in] playlist_name The name of the media playlist to save
@@ -518,8 +518,8 @@ int media_playlist_import_from_file(const char *playlist_name, const char *path,
  * @brief Exports the playlist to m3u playlist file.
  * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif
  *
- * @remarks   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.
+ * @remarks   %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] playlist The handle to the media playlist
  * @param[in] path path The path to export the playlist