Remove links in document 18/243218/1 accepted/tizen_6.0_unified accepted/tizen_6.0_unified_hotfix tizen_6.0 tizen_6.0_hotfix accepted/tizen/6.0/unified/20201030.122650 accepted/tizen/6.0/unified/hotfix/20201103.004947 accepted/tizen/6.0/unified/hotfix/20201103.052401 accepted/tizen/unified/20200906.032709 submit/tizen/20200904.051854 submit/tizen_6.0/20201029.205102 submit/tizen_6.0_hotfix/20201102.192502 submit/tizen_6.0_hotfix/20201103.114802 tizen_6.0.m2_release
authorjiyong.min <jiyong.min@samsung.com>
Fri, 4 Sep 2020 04:35:58 +0000 (13:35 +0900)
committerjiyong.min <jiyong.min@samsung.com>
Fri, 4 Sep 2020 04:35:58 +0000 (13:35 +0900)
Change-Id: Ie8c01b2b4e4694adc318114cb99380f24846298a

include/thumbnail_util.h

index bedfb5c94fc40521ee4f5a6ae29b4004e100f74a..9132d7227bf2a0163a3a11960c6ceaaf064201d2 100755 (executable)
@@ -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