Modify doxygen link page.
[platform/framework/native/telephony.git] / inc / FTelNetworkInfo.h
index 9084571..73dff11 100755 (executable)
@@ -117,7 +117,7 @@ public:
      *
      * @since   2.0
      * @privlevel      public
-     * @privilege   http://tizen.org/privilege/telephony
+     * @privilege   %http://tizen.org/privilege/telephony
      *
      * @return         The MNC of the network
      * @exception      E_SUCCESS       The method is successful.
@@ -131,7 +131,7 @@ public:
      *
      * @since   2.0
      * @privlevel      public
-     * @privilege   http://tizen.org/privilege/telephony
+     * @privilege   %http://tizen.org/privilege/telephony
      *
      * @return         The MCC of the network
      * @exception      E_SUCCESS       The method is successful.
@@ -152,7 +152,7 @@ public:
      *                  For more information, see the issue description for @ref CompNetworkInfoGetPlmnPage "here".
      * @endif
      * @privlevel      public
-     * @privilege   http://tizen.org/privilege/telephony
+     * @privilege   %http://tizen.org/privilege/telephony
      *
      * @return         The PLMN name
      * @exception      E_SUCCESS               The method is successful.
@@ -178,7 +178,7 @@ public:
      *
      * @since   2.0
      * @privlevel      public
-     * @privilege   http://tizen.org/privilege/telephony
+     * @privilege   %http://tizen.org/privilege/telephony
      *
      * @return         The current cell ID
      * @exception      E_SUCCESS       The method is successful.
@@ -193,7 +193,7 @@ public:
      *
      * @since   2.0
      * @privlevel      public
-     * @privilege   http://tizen.org/privilege/telephony
+     * @privilege   %http://tizen.org/privilege/telephony
      *
      * @return         The current LAC
      * @exception      E_SUCCESS       The method is successful.
@@ -208,7 +208,7 @@ public:
      *
      * @since 2.0
      * @privlevel      public
-     * @privilege   http://tizen.org/privilege/telephony
+     * @privilege   %http://tizen.org/privilege/telephony
      *
      * @return      The operator name
      * @exception   E_SUCCESS   The method is successful.
@@ -243,15 +243,18 @@ public:
      *
      * @since   2.0
      * @privlevel      public
-     * @privilege   http://tizen.org/privilege/telephony
-     *
+     * @privilege   %http://tizen.org/privilege/telephony
+        * @feature             %http://tizen.org/feature/network.telephony
      * @return  The current RSSI @n
      *          The possible RSSI value ranges from @c 0 to @c 100.
      * @exception   E_SUCCESS   The method is successful.
      * @exception   E_PRIVILEGE_DENIED  The application does not have the privilege to call this method.
      * @exception   E_SYSTEM    A system error has occurred.
-          * @exception   E_UNSUPPORTED_OPERATION       The device does not support the telephony feature. @b Since: @b 2.1
-     * @remarks                The specific error code can be accessed using the GetLastResult() method.
+        * @exception  E_UNSUPPORTED_OPERATION   The Emulator or target device does not support the required feature. @b Since: @b 2.1
+        *                                                                               For more information, see <a href="../org.tizen.gettingstarted/html/tizen_overview/application_filtering.htm">Application Filtering</a>.
+        * @remarks
+        *                      - The specific error code can be accessed using the GetLastResult() method.
+        *                      - Before calling this method, check whether the feature is supported by %Tizen::System::SystemInfo::GetValue() methods.
      */
        static int GetRssi(void);