From: jiyong.min Date: Fri, 4 Sep 2020 05:27:49 +0000 (+0900) Subject: Remove links in document X-Git-Tag: accepted/tizen/unified/20200906.032702^0 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fapi%2Fmedia-content.git;a=commitdiff_plain;h=164cf52ba5cc88f604528221587300c8549e02ef Remove links in document Change-Id: I0fdc1c5a85a98efa98e8cbc2bad168b815687459 --- diff --git a/include_product/media_content.h b/include_product/media_content.h index 51a0b0e..aa472a1 100755 --- a/include_product/media_content.h +++ b/include_product/media_content.h @@ -100,9 +100,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 @@ -148,9 +148,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. * diff --git a/include_product/media_info.h b/include_product/media_info.h index c7d081f..70c0f0b 100755 --- a/include_product/media_info.h +++ b/include_product/media_info.h @@ -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 diff --git a/include_product/media_playlist.h b/include_product/media_playlist.h index 639f3fb..6cbfe4a 100755 --- a/include_product/media_playlist.h +++ b/include_product/media_playlist.h @@ -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