Update doxygen
authorJaehwan Lee <jh8379.lee@samsung.com>
Wed, 3 Apr 2013 07:09:44 +0000 (16:09 +0900)
committerJaehwan Lee <jh8379.lee@samsung.com>
Wed, 3 Apr 2013 07:10:35 +0000 (16:10 +0900)
Change-Id: Iac7b7208c9703594f9f22479eb2307075b360ee2
Signed-off-by: Jaehwan Lee <jh8379.lee@samsung.com>
inc/FNetWifiWifiBssInfo.h

index 80e9591..8740d70 100644 (file)
@@ -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.