Doxygen update
authorJungYumin <y_m.jung@samsung.com>
Thu, 11 Jul 2013 02:40:05 +0000 (11:40 +0900)
committerJungYumin <y_m.jung@samsung.com>
Thu, 11 Jul 2013 05:11:31 +0000 (14:11 +0900)
Change-Id: Ia644bb86e3ac51246b122d5bbf1c74e1d352cbb9
Signed-off-by: JungYumin <y_m.jung@samsung.com>
inc/FMediaIImageEventListener.h

index 45d78ac..b8b6272 100755 (executable)
@@ -63,10 +63,11 @@ public:
        *
        * @param[in]    reqId             The requested ID
        * @param[in]    pBitmap           The downloaded bitmap data
-       * @param[in]    r                         The result of the upload
+       * @param[in]    r                         The result of the download
        * @param[in]    errorCode         The error code
        * @param[in]    errorMessage  The error message
        * @remarks      
+       *                         - If the operation succeeds then the @c r will be E_SUCCESS, otherwise the @c r will be an error code.
        *                         - The Image object must not be deleted in this event listener.
        *                         - This method passes an auto-scaled bitmap, @n
        *                           so the dimension can be different from the requested dimension if the passed bitmap is locked.