From 1e308aefea4367b5e2adb58274af722ffe3d9c25 Mon Sep 17 00:00:00 2001 From: Minkyoung Kang Date: Mon, 24 Jun 2013 17:19:31 +0900 Subject: [PATCH] restore if tag from cond tag Change-Id: I3da3ce70abca7d512dd2ad8ff873c727bd183abb --- inc/FMediaImage.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.7.4