Merge reviewed doxygen.
[platform/framework/native/telephony.git] / inc / FTelTypes.h
old mode 100644 (file)
new mode 100755 (executable)
index 077f78f..d99ad7f
@@ -16,9 +16,9 @@
 //
 /**
  * @file    FTelTypes.h
- * @brief   This is the header file for the enumerations of the Tizen::Telephony namespace.
+ * @brief   This is the header file for the enumerations of the Telephony namespace.
  *
- * This header file contains the definitions of the enumerations of the Tizen::Telephony namespace.
+ * This header file contains the definitions of the enumerations of the Telephony namespace.
  */
 #ifndef _FTEL_ENUM_H_
 #define _FTEL_ENUM_H_
@@ -76,7 +76,7 @@ enum SimType
 /**
  * @enum       SimState
  *
- * Defines the current state of SIM card.
+ * Defines the current state of the SIM card.
  *
  * @since      2.1
  */
@@ -84,12 +84,12 @@ enum SimState
 {
        SIM_STATE_UNKNOWN,                      /**< Unknown state */
        SIM_STATE_ABSENT,                       /**< SIM is not present */
-       SIM_STATE_INITIALIZING,         /**< SIM is on initializing */
-       SIM_STATE_READY,                        /**< SIM is ready*/
+       SIM_STATE_INITIALIZING,         /**< SIM is in initializing state */
+       SIM_STATE_READY,                        /**< SIM is in ready state */
        SIM_STATE_PIN_REQUIRED,         /**< PIN required */
        SIM_STATE_PUK_REQUIRED,         /**< PUK required */
-       SIM_STATE_NETWORK_LOCKED,       /**< Network locked */
-       SIM_STATE_SIM_LOCKED            /**< PH-SIM (phone-SIM) locked */
+       SIM_STATE_NETWORK_LOCKED,       /**< Network locked state */
+       SIM_STATE_SIM_LOCKED            /**< PH-SIM (phone-SIM) locked state */
 };
 
 }} // Tizen::Telephony