From: Jaemin Ahn Date: Sat, 6 Apr 2013 09:12:04 +0000 (+0900) Subject: [Docygen] Update @feature tag. X-Git-Tag: accepted/tizen_2.1/20130425.034729~27 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=be21fee5892d38bf337d46c98a8e0578176458c2;p=framework%2Fosp%2Fnet.git [Docygen] Update @feature tag. Change-Id: I86d19c6c6a74453c7a4f4dd5352f04b3c0d462f3 Signed-off-by: Jaemin Ahn --- diff --git a/inc/FNetNetAccountManager.h b/inc/FNetNetAccountManager.h index 7a3928e..19c807b 100644 --- a/inc/FNetNetAccountManager.h +++ b/inc/FNetNetAccountManager.h @@ -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 diff --git a/inc/FNetNetConnectionManager.h b/inc/FNetNetConnectionManager.h index 7bcef2d..d43205d 100644 --- a/inc/FNetNetConnectionManager.h +++ b/inc/FNetNetConnectionManager.h @@ -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 diff --git a/inc/FNetNetStatistics.h b/inc/FNetNetStatistics.h index 5ef4639..4a077d0 100755 --- a/inc/FNetNetStatistics.h +++ b/inc/FNetNetStatistics.h @@ -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.