restore if tag from cond tag
authorMinkyoung Kang <mklove.kang@samsung.com>
Mon, 24 Jun 2013 08:19:31 +0000 (17:19 +0900)
committerMinkyoung Kang <mklove.kang@samsung.com>
Mon, 24 Jun 2013 08:19:31 +0000 (17:19 +0900)
Change-Id: I3da3ce70abca7d512dd2ad8ff873c727bd183abb

inc/FMediaImage.h

index 51c8023..93d0621 100644 (file)
@@ -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;