Update the header for doxygen
[platform/framework/native/image.git] / inc / FMediaGifDecoder.h
index c4a5336..bd0b934 100644 (file)
@@ -126,7 +126,7 @@ public:
         * @exception  E_INVALID_ARG     The specified pixel format is not supported.
         * @exception  E_OUT_OF_MEMORY   The memory is insufficient.
         * @exception  E_SYSTEM                  A system error has occurred.
-        * @remarks     Supported pixel formats are @c MEDIA_PIXEL_FORMAT_RGB565LE, and @c MEDIA_PIXEL_FORMAT_BGRA8888.
+        * @remarks     The supported pixel formats are @c MEDIA_PIXEL_FORMAT_RGB565LE, and @c MEDIA_PIXEL_FORMAT_BGRA8888.
         */
        result Construct(const Tizen::Base::String& filePath, MediaPixelFormat pixelFormat);
 
@@ -143,7 +143,7 @@ public:
         * @exception   E_INVALID_ARG     The specified pixel format is not supported.
         * @exception   E_OUT_OF_MEMORY   The memory is insufficient.
         * @exception   E_SYSTEM                  A system error has occurred.
-        * @remarks     Supported pixel formats are @c MEDIA_PIXEL_FORMAT_RGB565LE, and @c MEDIA_PIXEL_FORMAT_BGRA8888.
+        * @remarks     The supported pixel formats are @c MEDIA_PIXEL_FORMAT_RGB565LE, and @c MEDIA_PIXEL_FORMAT_BGRA8888.
         */
        result Construct(const Tizen::Base::ByteBuffer& srcBuf, MediaPixelFormat pixelFormat);