From: Minkyoung Kang Date: Mon, 24 Jun 2013 08:19:31 +0000 (+0900) Subject: restore if tag from cond tag X-Git-Tag: accepted/tizen/20130925.002707~2^2~6 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fframework%2Fnative%2Fimage.git;a=commitdiff_plain;h=1e308aefea4367b5e2adb58274af722ffe3d9c25 restore if tag from cond tag Change-Id: I3da3ce70abca7d512dd2ad8ff873c727bd183abb --- diff --git a/inc/FMediaImage.h b/inc/FMediaImage.h index 51c8023..93d0621 100644 --- a/inc/FMediaImage.h +++ b/inc/FMediaImage.h @@ -486,7 +486,7 @@ public: Tizen::Base::ByteBuffer* ConvertN(const Tizen::Base::String& srcImagePath, ImageFormat destImageFormat) const; /** - * @cond OSPDEPREC + * @if OSPDEPREC * Compresses an encoded image file to reduce its size as per the specified limit. @n * The only supported compression format is JPEG. * @@ -520,7 +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. - * @endcond + * @endif */ result CompressJpeg(const Tizen::Base::String& srcImagePath, const Tizen::Base::String& destImagePath, int limitSize) const;