Revise Tizen::Io doxygen
[platform/framework/native/appfw.git] / inc / FIoMmcStorageManager.h
index f062738..52ca436 100644 (file)
@@ -1,5 +1,4 @@
 //
-// Open Service Platform
 // Copyright (c) 2012 Samsung Electronics Co., Ltd.
 //
 // Licensed under the Apache License, Version 2.0 (the License);
@@ -97,11 +96,11 @@ class _OSP_EXPORT_ MmcStorageManager
 
 public:
        /**
-       * Gets the MMC storage manager instance.
+       * Gets the pointer to the %MmcStorageManager instance.
        *
        * @since                2.0
        *
-       * @return               A pointer to %MmcStorageManager instance if this method is successful, @n
+       * @return               The pointer to %MmcStorageManager instance if this method is successful, @n
        *                               else @c null
        * @exception    E_SUCCESS                       The method is successful.
        * @exception    E_SYSTEM                        The method cannot proceed due to a severe system error.
@@ -110,7 +109,7 @@ public:
        static MmcStorageManager* GetInstance(void);
 
        /**
-       * Mounts file system of external MMC.
+       * Mounts the file system of the external MMC.
        *
        * @since                2.0
        * @privlevel    platform
@@ -118,7 +117,7 @@ public:
        *                               (%http://tizen.org/privilege/systemsetting.read is deprecated.)
        *
        * @return               An error code
-       * @exception    E_SUCCESS                       Mount operation is successfully started.
+       * @exception    E_SUCCESS                       The mount operation is successfully started.
        * @exception    E_PRIVILEGE_DENIED      The application does not have the privilege to call this method.
        * @exception    E_INVALID_OPERATION     The external MMC has already been mounted.
        * @exception    E_SERVICE_BUSY          One of mount, unmount and format operations is ongoing.
@@ -129,7 +128,7 @@ public:
        result Mount(void);
 
        /**
-       * Unmounts file system of external MMC.
+       * Unmounts the file system of the external MMC.
        *
        * @since                2.0
        * @privlevel    platform
@@ -137,7 +136,7 @@ public:
        *                               (%http://tizen.org/privilege/systemsetting.read is deprecated.)
        *
        * @return               An error code
-       * @exception    E_SUCCESS                       Unmount operation is successfully started.
+       * @exception    E_SUCCESS                       The unmount operation is successfully started.
        * @exception    E_PRIVILEGE_DENIED      The application does not have the privilege to call this method.
        * @exception    E_INVALID_OPERATION     The external MMC has already been unmounted.
        * @exception    E_SERVICE_BUSY          One of mount, unmount and format operations is ongoing.
@@ -146,7 +145,7 @@ public:
        result Unmount(void);
 
        /**
-       * Formats file system of external MMC.
+       * Formats the file system of the external MMC.
        *
        * @since                2.0
        * @privlevel    platform
@@ -154,7 +153,7 @@ public:
        *                               (%http://tizen.org/privilege/systemsetting.read is deprecated.)
        *
        * @return               An error code
-       * @exception    E_SUCCESS                       Format operation is successfully started.
+       * @exception    E_SUCCESS                       The format operation is successfully started.
        * @exception    E_PRIVILEGE_DENIED      The application does not have the privilege to call this method.
        * @exception    E_INVALID_OPERATION     The external MMC should be unmounted for format operation.
        * @exception    E_SERVICE_BUSY          One of mount, unmount and format operations is ongoing.