From 1e538f421e94831c8b5d1855c8f563aa1fcaa4de Mon Sep 17 00:00:00 2001 From: "jiyong.min" Date: Fri, 4 Sep 2020 13:35:58 +0900 Subject: [PATCH] Remove links in document Change-Id: Ie8c01b2b4e4694adc318114cb99380f24846298a --- include/thumbnail_util.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/include/thumbnail_util.h b/include/thumbnail_util.h index bedfb5c..9132d72 100755 --- a/include/thumbnail_util.h +++ b/include/thumbnail_util.h @@ -63,11 +63,11 @@ int thumbnail_util_create(thumbnail_h *thumb) TIZEN_DEPRECATED_API; * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif * * @remarks The @a request_id should be released using free(). \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. \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. \n * If you don't set the size, the thumbnail size will be set default size. Default size is 320x240. \n * Color space of the generated thumbnail is BGRA. \n - * Since 3.0, http://tizen.org/privilege/content.write privilege is not required. \n + * Since 3.0, %http://tizen.org/privilege/content.write privilege is not required. \n * * @param[in] thumb The thumbnail info handle * @param[in] callback The callback function to be invoked @@ -190,8 +190,8 @@ int thumbnail_util_destroy(thumbnail_h thumb) TIZEN_DEPRECATED_API; * * @since_tizen 5.0 * - * @remarks http://tizen.org/privilege/mediastorage is needed if input or output path points to media storage. \n - * http://tizen.org/privilege/externalstorage is needed if input or output path points to external storage. \n + * @remarks %http://tizen.org/privilege/mediastorage is needed if input or output path points to media storage. \n + * %http://tizen.org/privilege/externalstorage is needed if input or output path points to external storage. \n * The width and height of the thumbnail to be generated cannot exceed 2000. \n * The width and height of the thumbnail to be generated cannot exceed the original resolution. \n * Since 5.5, if the width and height of the thumbnail to be generated exceeds the original resolution, the value changes to the original resolution. \n @@ -221,8 +221,8 @@ int thumbnail_util_extract_to_file(const char *path, unsigned int width, unsigne * * @since_tizen 5.0 * - * @remarks http://tizen.org/privilege/mediastorage is needed if input or output path points to media storage. \n - * http://tizen.org/privilege/externalstorage is needed if input or output path points to external storage. \n + * @remarks %http://tizen.org/privilege/mediastorage is needed if input or output path points to media storage. \n + * %http://tizen.org/privilege/externalstorage is needed if input or output path points to external storage. \n * The width and height of the thumbnail to be generated cannot exceed 2000. \n * The width and height of the thumbnail to be generated cannot exceed the original resolution. \n * In the case of video file, color space of the generated thumbnail is RGB. \n -- 2.34.1