From: jiyong.min Date: Fri, 4 Sep 2020 04:35:58 +0000 (+0900) Subject: Remove links in document X-Git-Tag: submit/tizen/20200904.051854^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Ftizen_6.0;p=platform%2Fcore%2Fapi%2Fthumbnail-util.git Remove links in document Change-Id: Ie8c01b2b4e4694adc318114cb99380f24846298a --- 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