From 98c61864dc455fc9d96b70ae3f21b76027ae32a3 Mon Sep 17 00:00:00 2001 From: EonseokLee Date: Fri, 7 Jun 2013 12:22:39 +0900 Subject: [PATCH] Merge tizen_2.1 into tizen_2.2 Change-Id: I695e7edcdf330e616518b2826854bb884ce08ce3 Signed-off-by: EonseokLee --- inc/FMediaImage.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/inc/FMediaImage.h b/inc/FMediaImage.h index 7c440cb..51c8023 100644 --- a/inc/FMediaImage.h +++ b/inc/FMediaImage.h @@ -486,8 +486,7 @@ public: Tizen::Base::ByteBuffer* ConvertN(const Tizen::Base::String& srcImagePath, ImageFormat destImageFormat) const; /** - * @{ - * @if OSPDEPREC + * @cond OSPDEPREC * Compresses an encoded image file to reduce its size as per the specified limit. @n * The only supported compression format is JPEG. * @@ -521,8 +520,7 @@ public: * @exception E_SYSTEM A system error has occurred. * @exception E_STORAGE_FULL The file cannot be created because the file has reached its size limit. * @exception E_OUT_OF_RANGE The specified size is out of range. - * @endif - * @} + * @endcond */ result CompressJpeg(const Tizen::Base::String& srcImagePath, const Tizen::Base::String& destImagePath, int limitSize) const; -- 2.7.4