From 5917ffb4c5882968f9962567fce455c92cb397e9 Mon Sep 17 00:00:00 2001 From: Jaehwan Lee Date: Wed, 3 Apr 2013 16:09:44 +0900 Subject: [PATCH] Update doxygen Change-Id: Iac7b7208c9703594f9f22479eb2307075b360ee2 Signed-off-by: Jaehwan Lee --- inc/FNetWifiWifiBssInfo.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/FNetWifiWifiBssInfo.h b/inc/FNetWifiWifiBssInfo.h index 80e9591..8740d70 100644 --- a/inc/FNetWifiWifiBssInfo.h +++ b/inc/FNetWifiWifiBssInfo.h @@ -380,8 +380,8 @@ public: * @since 2.0 * * @return An error code - * @param[in] address The proxy address - * @exception E_SUCCESS The method is successful. + * @param[in] address The proxy address containing the IP address and port. @n + * For instance, 'proxy.example.com:3125' or '192.168.0.1:8080' * @exception E_INVALID_OPERATION The current state of the instance prohibits the execution of this operation. * For example, the specified input type is @c NET_PROXY_TYPE_NONE. * @remarks The existing proxy address is unset when the input argument is an empty string. -- 2.7.4