Merge reviewed doxygen.
[platform/framework/native/telephony.git] / inc / FTelSimStateManager.h
old mode 100644 (file)
new mode 100755 (executable)
index d2b891a..c733184
@@ -62,7 +62,7 @@ public:
        virtual ~SimStateManager(void);
 
        /**
-        * Initializes a new instance of this class.
+        * Initializes this instance of %SimStateManager.
         *
         * @since       2.1
         *
@@ -75,7 +75,7 @@ public:
        result Construct(void);
 
        /**
-        * Sets the listener for receiving SIM related events.
+        * Sets the listener for receiving SIM-related events.
         *
         * @since   2.1
         *
@@ -95,8 +95,8 @@ public:
        result SetSimEventListener(ITelephonySimEventListener* pListener);
 
        /**
-        * Requests the PIN lock setting information. @n
-        * This method is asynchronous.
+        * Requests for the PIN lock setting information. @n
+        * The %GetPinLockSetting() method is asynchronous.
         *
         * @since   2.1
         *
@@ -106,7 +106,6 @@ public:
         * @return  An error code
         *
         * @param[in]   pListener                               An ISimStateManagerGetPinLockSettingResultListener instance
-        *
         * @exception   E_SUCCESS                               The method is successful.
         * @exception   E_INVALID_ARG                   The specified @c pListener must not be @c null.
         * @exception   E_IN_PROGRESS                   The previous request is in progress.
@@ -126,7 +125,7 @@ public:
         * @privilege   %http://tizen.org/privilege/telephony
         *
         * @return      The state of SIM card, @n
-        *                              else SIM_STATE_UNKNOWN if the method fails
+        *                              else @c SIM_STATE_UNKNOWN if the method fails
         *
         * @exception   E_SUCCESS                               The method is successful.
         * @exception   E_PRIVILEGE_DENIED              The application does not have the privilege to call this method.
@@ -144,7 +143,6 @@ public:
         * @return  An error code
         *
         * @param[out]  simInfo                                 The SIM card information
-        *
         * @exception   E_SUCCESS                               The method is successful.
         * @exception   E_PRIVILEGE_DENIED              The application does not have the privilege to call this method.
         * @exception   E_DEVICE_UNAVAILABLE    The operation has failed due to a missing SIM card.