From 16defc03d2c19be2bc1cbf0835553dc1e0f0bdff Mon Sep 17 00:00:00 2001 From: Jaemin Ahn Date: Mon, 15 Jul 2013 18:55:05 +0900 Subject: [PATCH] Update doxygen. Change-Id: I9736f17c721a6a442f2da49b618db8ee53df5d2e Signed-off-by: Jaemin Ahn --- inc/FNetNetStatistics.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/inc/FNetNetStatistics.h b/inc/FNetNetStatistics.h index 571815e..ad17fde 100644 --- a/inc/FNetNetStatistics.h +++ b/inc/FNetNetStatistics.h @@ -91,7 +91,7 @@ public: * @return The number of bytes sent or received, @n * else @c INVALID_HANDLE if an error occurs * @param[in] bearerType The bearer type of the data call operation @n - * @c NET_BEARER_WIFI_DIRECT and @c NET_BEARER_USB are not supported. + * @c NET_BEARER_WIFI_DIRECT and @c NET_BEARER_USB and @c NET_BEARER_MMS are not supported. * @param[in] netStatType The type of statistical information to get * @exception E_SUCCESS The method is successful. * @exception E_INVALID_ARG A specified input parameter is invalid. @@ -117,7 +117,7 @@ public: * * @return An error code * @param[in] bearerType The bearer type (OperationMode) whose statistical information is reset @n - * @c NET_BEARER_WIFI_DIRECT and @c NET_BEARER_USB are not supported. + * @c NET_BEARER_WIFI_DIRECT and @c NET_BEARER_USB and @c NET_BEARER_MMS are not supported. * @param[in] netStatType The type of statistical information to reset * @exception E_SUCCESS The method is successful. * @exception E_INVALID_ARG A specified input parameter is invalid. @@ -145,7 +145,7 @@ public: * * @return An error code * @param[in] bearerType The bearer type (OperationMode) whose statistical information would be reset @n - * @c NET_BEARER_WIFI_DIRECT and @c NET_BEARER_USB are not supported. + * @c NET_BEARER_WIFI_DIRECT and @c NET_BEARER_USB and @c NET_BEARER_MMS are not supported. * @exception E_SUCCESS The method is successful. * @exception E_INVALID_ARG The specified input parameter is invalid. * @exception E_SYSTEM An internal error has occurred. -- 2.7.4