remove Doxygen warning
authorMinkyoung Kang <mklove.kang@samsung.com>
Wed, 10 Apr 2013 02:08:41 +0000 (11:08 +0900)
committerMinkyoung Kang <mklove.kang@samsung.com>
Wed, 10 Apr 2013 02:08:41 +0000 (11:08 +0900)
Change-Id: I805ce0c6490181ad83fa85724a96ecb937a6c506

inc/FMediaImage.h

index aa23d37..f3da2cc 100644 (file)
@@ -482,8 +482,8 @@ public:
        Tizen::Base::ByteBuffer* ConvertN(const Tizen::Base::String& srcImagePath, ImageFormat destImageFormat) const;
 
        /**
-       * @if 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.
        *
@@ -517,8 +517,8 @@ 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
+       * @}
        */
        result CompressJpeg(const Tizen::Base::String& srcImagePath, const Tizen::Base::String& destImagePath, int limitSize) const;