[Docygen] Update @feature tag.
authorJaemin Ahn <j.m.ahn@samsung.com>
Sat, 6 Apr 2013 09:12:04 +0000 (18:12 +0900)
committerJaemin Ahn <j.m.ahn@samsung.com>
Sat, 6 Apr 2013 09:16:14 +0000 (18:16 +0900)
Change-Id: I86d19c6c6a74453c7a4f4dd5352f04b3c0d462f3
Signed-off-by: Jaemin Ahn <j.m.ahn@samsung.com>
inc/FNetNetAccountManager.h
inc/FNetNetConnectionManager.h
inc/FNetNetStatistics.h

index 7a3928e..19c807b 100644 (file)
@@ -175,7 +175,8 @@ public:
         *
         * @privlevel   platform
         * @privilege   %http://tizen.org/privilege/networkmanager
-        * @feature             %http://tizen.org/feature/network.telephony or %http://tizen.org/feature/network.telephony.mms
+        * @feature             %http://tizen.org/feature/network.telephony for the NET_BEARER_PS and @n
+        *                              %http://tizen.org/feature/network.telephony.mms for the NET_BEARER_MMS value of @c netAccountInfo.GetBearerType()
         *
         * @return      An error code
         * @param[in]   netAccountInfo         A NetAccountInfo instance containing network information to update an account
@@ -266,7 +267,11 @@ public:
         *
         * @since               2.0
         *
-        * @feature             %http://tizen.org/feature/network.telephony, %http://tizen.org/feature/network.telephony.mms, %http://tizen.org/feature/network.wifi, %http://tizen.org/feature/network.wifi.direct, or %http://tizen.org/feature/usb.host
+        * @feature             %http://tizen.org/feature/network.telephony for the NET_BEARER_PS and @n
+        *                              %http://tizen.org/feature/network.wifi for the NET_BEARER_WIFI and @n
+        *                              %http://tizen.org/feature/network.wifi,direct for the NET_BEARER_WIFI_DIRECT and @n
+        *                              %http://tizen.org/feature/usb.host for the NET_BEARER_USB and @n
+        *                              %http://tizen.org/feature/network.telephony.mms for the NET_BEARER_MMS value of @c netBearerType
         *
         * @return              The network account, @n
         *                              else INVALID_HANDLE in case of an error or if NetAccountInfo is not found
@@ -288,7 +293,8 @@ public:
         *
         * @privlevel   partner
         * @privilege   %http://tizen.org/privilege/customnetaccount
-        * @feature             %http://tizen.org/feature/network.telephony or %http://tizen.org/feature/network.telephony.mms
+        * @feature             %http://tizen.org/feature/network.telephony for the L"Internet" and @n
+        *                              %http://tizen.org/feature/network.telephony.mms for the L"Mms" value of @c netProfileName
         *
         * @return              The @c NetAccountID with the specified name, @n
         *                              else INVALID_HANDLE is returned in case of an error or if %NetAccountInfo is not found
@@ -348,7 +354,8 @@ public:
         *
         * @privlevel           public
         * @privilege           %http://tizen.org/privilege/network.connection
-        * @feature                     %http://tizen.org/feature/network.wifi or %http://tizen.org/feature/network.telephony
+        * @feature                     %http://tizen.org/feature/network.wifi for the NET_WIFI_ONLY and @n
+        *                                      %http://tizen.org/feature/network.telephony for the NET_PS_ONLY value of @c netPreference
         *
         * @return                      An error code
         * @param[in]           netPreference           The preferred network
index 7bcef2d..d43205d 100644 (file)
@@ -124,7 +124,8 @@ public:
         *
         * @privlevel   public
         * @privilege   %http://tizen.org/privilege/network.connection
-        * @feature             %http://tizen.org/feature/network.wifi or %http://tizen.org/feature/network.telephony
+        * @feature             %http://tizen.org/feature/network.wifi for the NET_WIFI_ONLY and @n
+        *                              %http://tizen.org/feature/network.telephony for the NET_PS_ONLY value of @c netPreference
         *
         * @return              An error code
         * @param[in]   netPreference           The preferred network
index 5ef4639..4a077d0 100755 (executable)
@@ -85,7 +85,8 @@ public:
         *
         * @privlevel   public
         * @privilege   %http://tizen.org/privilege/network.statistics
-        * @feature             %http://tizen.org/feature/network.wifi or %http://tizen.org/feature/network.telephony
+        * @feature             %http://tizen.org/feature/network.wifi for the NET_BEARER_WIFI and @n
+        *                              %http://tizen.org/feature/network.telephony for the NET_BEARER_PS value of @c bearerType
         *
         * @return              The number of bytes sent or received, @n
         *                              else @c INVALID_HANDLE if an error occurs
@@ -110,7 +111,8 @@ public:
         *
         * @privlevel   platform
         * @privilege   %http://tizen.org/privilege/netstatisticsmanager
-        * @feature             %http://tizen.org/feature/network.wifi or %http://tizen.org/feature/network.telephony
+        * @feature             %http://tizen.org/feature/network.wifi for the NET_BEARER_WIFI and @n
+        *                              %http://tizen.org/feature/network.telephony for the NET_BEARER_PS value of @c bearerType
         *
         * @return              An error code
         * @param[in]   bearerType                      The bearer type (OperationMode) whose statistical information is reset @n NET_BEARER_WIFI_DIRECT and NET_BEARER_USB are not supported.
@@ -135,7 +137,8 @@ public:
         *
         * @privlevel   platform
         * @privilege   %http://tizen.org/privilege/netstatisticsmanager
-        * @feature             %http://tizen.org/feature/network.wifi or %http://tizen.org/feature/network.telephony
+        * @feature             %http://tizen.org/feature/network.wifi for the NET_BEARER_WIFI and @n
+        *                              %http://tizen.org/feature/network.telephony for the NET_BEARER_PS value of @c bearerType
         *
         * @return              An error code
         * @param[in]   bearerType                      The bearer type (OperationMode) whose statistical information would be reset @n NET_BEARER_WIFI_DIRECT and NET_BEARER_USB are not supported.