Merge reviewed doxygen.
[platform/framework/native/telephony.git] / inc / FTelSimInfo.h
index 37b5888..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
         *
@@ -133,7 +133,7 @@ public:
         * @since       2.0
         *
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/telephony
+        * @privilege   %http://tizen.org/privilege/telephony
         *
         * @return      The MNC of the SIM card, @n
         *              else @c -1 if the method fails
@@ -150,7 +150,7 @@ public:
         * @since       2.0
         *
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/telephony
+        * @privilege   %http://tizen.org/privilege/telephony
         *
         * @return      The MCC of the SIM card, @n
         *              else @c -1 if the method fails
@@ -167,7 +167,7 @@ public:
         * @since       2.0
         *
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/telephony
+        * @privilege   %http://tizen.org/privilege/telephony
         *
         * @return      The SPN of the SIM card, @n
         *              else an empty string if there is no SIM card in the device, or if an SPN is not assigned to the SIM card
@@ -181,12 +181,12 @@ 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
         *
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/telephony
+        * @privilege   %http://tizen.org/privilege/telephony
         *
         * @return  The ICCID of the SIM card, @n
         *          else an empty string if the method fails
@@ -203,7 +203,7 @@ public:
         * @since       2.0
         *
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/telephony
+        * @privilege   %http://tizen.org/privilege/telephony
         *
         * @return      The operator name of the SIM card, @n
         *              else an empty string if there is no SIM card in the device, or if an operator name is not assigned to the SIM card
@@ -221,7 +221,7 @@ public:
         * @since       2.0
         *
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/telephony
+        * @privilege   %http://tizen.org/privilege/telephony
         *
         * @return      The phone number of the SIM card, @n
         *              else an empty string if there is no SIM card in the device, or if a Mobile Station International Subscriber Directory Number
@@ -240,7 +240,7 @@ public:
         * @since       2.0
         *
         * @privlevel  partner
-        * @privilege   http://tizen.org/privilege/useridentity
+        * @privilege   %http://tizen.org/privilege/useridentity
         *
         * @return      The IMSI of the SIM card, @n
         *              else an empty string if the method fails
@@ -258,7 +258,7 @@ public:
         * @since       2.1
         *
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/telephony
+        * @privilege   %http://tizen.org/privilege/telephony
         *
         * @return              The type of SIM card
         *
@@ -276,7 +276,7 @@ public:
         * @since       2.0
         *
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/telephony
+        * @privilege   %http://tizen.org/privilege/telephony
         *
         * @return  @c true if the SIM card is present in the device, @n
         *          else @c false
@@ -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;