Merge reviewed doxygen.
[platform/framework/native/telephony.git] / inc / FTelSimInfo.h
index 7be54a7..49d67ba 100755 (executable)
@@ -115,7 +115,7 @@ public:
         * Initializes this instance of %SimInfo.
         *
         * @brief   <i> [Deprecated] </i>
-        * @deprecated  This method is deprecated. Instead of using this method, it is recommended to use the SimStateManager::GetSimInfo() method to get the initialized SimInfo instance.
+        * @deprecated  This method is deprecated. Instead of using this method, it is recommended to use the SimStateManager::GetSimInfo() method to get the initialized %SimInfo instance.
         *
         * @since               2.0
         *
@@ -181,7 +181,7 @@ public:
        /**
         * Gets the Integrated Circuit Card Identifier (ICCID) of the SIM card. @n
         * One useful case to detect the change of SIM cards is to store this value and compare it with the most recent value.
-        * This method provides a unique identification number for the SIM card.
+        * The %GetIccId() method provides a unique identification number for the SIM card.
         *
         * @since       2.0
         *
@@ -302,7 +302,7 @@ public:
         *
         * @return              @c true if the values match, @n
         *                              else @c false
-        * @param[in]   rhs     The other Object to be compared
+        * @param[in]   rhs     The other Tizen::Base::Object to compare
         * @see                 Tizen::Base::Object::Equals()
         */
        virtual bool Equals(const Tizen::Base::Object& rhs) const;
@@ -312,7 +312,7 @@ public:
         *
         * @since               2.0
         *
-        * @return      The current instance's hash value
+        * @return      The hash value of the current instance
         */
        virtual int GetHashCode(void) const;