change the tag when there are several conditions in a method
authorMinkyoung Kang <mklove.kang@samsung.com>
Wed, 3 Jul 2013 06:58:28 +0000 (15:58 +0900)
committerMinkyoung Kang <mklove.kang@samsung.com>
Wed, 3 Jul 2013 06:58:28 +0000 (15:58 +0900)
Change-Id: I31a8e614e8474b2fa7fe751edcebfe27f798eab4

inc/FMediaImage.h

index 93d0621..51c8023 100644 (file)
@@ -486,7 +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.
        *
@@ -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.
-       * @endif
+       * @endcond
        */
        result CompressJpeg(const Tizen::Base::String& srcImagePath, const Tizen::Base::String& destImagePath, int limitSize) const;