* @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
*
* @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
*
* @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