Fix : Update the doxygen
[platform/framework/native/content.git] / inc / FCntIContentUpdateEventListener.h
index 1dfbbfc..2b67bda 100644 (file)
@@ -54,12 +54,12 @@ public:
         * @since                               2.1
         *
         * @param[in]                   contentId                       The content ID
-        * @param[in]                   contentType             The content type
+        * @param[in]                   contentType                     The content type
         * @param[in]                   r                                       An error code @n
         *                                                                                      The following exceptions are given through this parameter.
         * @exception                   E_SUCCESS                       The method is successful.
         * @exception                   E_SYSTEM                        The method cannot proceed due to a severe system error.
-        * @remarks                     This listener method doesn't be called when the scan for a directory is completed.
+        * @remarks                     This listener method is not called when the scan for a directory is completed.
         */
        virtual void OnContentFileCreated(ContentId contentId, ContentType contentType, result r) = 0;
 
@@ -69,12 +69,12 @@ public:
         * @since                               2.1
         *
         * @param[in]                   contentId                       The content ID
-        * @param[in]                   contentType             The content type
+        * @param[in]                   contentType                     The content type
         * @param[in]                   r                                       An error code @n
         *                                                                                      The following exceptions are given through this parameter.
         * @exception                   E_SUCCESS                       The method is successful.
         * @exception                   E_SYSTEM                        The method cannot proceed due to a severe system error.
-        * @remarks                     This listener method doesn't be called when the scan for a directory is completed.
+        * @remarks                     This listener method is not called when the scan for a directory is completed.
         */
        virtual void OnContentFileUpdated(ContentId contentId, ContentType contentType, result r) = 0;
 
@@ -84,12 +84,12 @@ public:
         * @since                               2.1
         *
         * @param[in]                   contentId                       The content ID
-        * @param[in]                   contentType             The content type
+        * @param[in]                   contentType                     The content type
         * @param[in]                   r                                       An error code @n
         *                                                                                      The following exceptions are given through this parameter.
         * @exception                   E_SUCCESS                       The method is successful.
         * @exception                   E_SYSTEM                        The method cannot proceed due to a severe system error.
-        * @remarks                     This listener method doesn't be called when the scan for a directory is completed.
+        * @remarks                     This listener method is not called when the scan for a directory is completed.
         */
        virtual void OnContentFileDeleted(ContentId contentId, ContentType contentType, result r) = 0;