Revise Tizen::Io doxygen
[platform/framework/native/appfw.git] / inc / FIoIMmcStorageFormatListener.h
index 51f569f..80b041b 100644 (file)
@@ -30,9 +30,9 @@ namespace Tizen { namespace Io
 {
 
 /**
-* @interface     IMmcStorageFormatListener
-* @brief          This interface is the listener to receive the result of external MMC format operations.
-* @since         2.0
+* @interface   IMmcStorageFormatListener
+* @brief               This interface is the listener to receive the result of external MMC format operations.
+* @since               2.0
 *
 * The %IMmcStorageFormatListener interface must be registered and implemented by an application to receive the result of
 * external MMC format operations.
@@ -44,18 +44,19 @@ class _OSP_EXPORT_ IMmcStorageFormatListener
 {
 public:
        /**
-       * This polymorphic destructor should be overridden if required. This way, the destructors of the derived classes are called when the destructor of this interface called.
+       * This polymorphic destructor should be overridden if required. @n
+       * This way, the destructors of the derived classes are called when the destructor of this interface called.
        *
        * @since        2.0
        */
        virtual ~IMmcStorageFormatListener(void) {}
 
        /**
-       * Called when external MMC format operation is done.
+       * Called when an external MMC format operation is completed.
        *
        * @since                2.0
        *
-       * @param[in]    r                               The result of external MMC format operation
+       * @param[in]    r                               The result of an external MMC format operation
        * @exception    E_SUCCESS               The format operation is successful.
        * @exception    E_IO                    An unexpected device failure has occurred as the media ejected suddenly.
        * @exception    E_SYSTEM                The method cannot proceed due to a severe system error.