merge with master
[framework/osp/net.git] / inc / FNetNetAccountInfo.h
old mode 100644 (file)
new mode 100755 (executable)
index a057fbc..904127f
@@ -191,7 +191,8 @@ public:
         * @return              The address scheme
         * @exception   E_SUCCESS                               The method is successful.
         * @remarks             The specific error code can be accessed using the GetLastResult() method.
-        * @see                 SetLocalAddress(), GetLocalAddress()
+        * @see                 SetLocalAddress()
+        * @see                 GetLocalAddress()
         */
        NetAddressScheme GetLocalAddressScheme(void) const;
 
@@ -233,7 +234,9 @@ public:
         * @return              The address scheme for the DNS
         * @exception   E_SUCCESS                       The method is successful.
         * @remarks             The specific error code can be accessed using the GetLastResult() method.
-        * @see                 GetPrimaryDnsAddress(), GetSecondaryDnsAddress(), SetDnsAddress()
+        * @see                 GetPrimaryDnsAddress()
+        * @see                 GetSecondaryDnsAddress()
+        * @see                 SetDnsAddress()
         */
        NetAddressScheme GetDnsAddressScheme(void) const;
 
@@ -282,7 +285,8 @@ public:
         * @param[in]   pSecondaryDnsAddress    The statically assigned secondary DNS address if @c dnsAddrScheme is NET_ADDRESS_SCHEME_STATIC
         * @exception   E_SUCCESS                               The method is successful.
         * @exception   E_INVALID_ARG                   A specified input parameter is invalid.
-        * @see                 GetPrimaryDnsAddress(), GetSecondaryDnsAddress()
+        * @see                 GetPrimaryDnsAddress()
+        * @see                 GetSecondaryDnsAddress()
         */
        result SetDnsAddress(NetAddressScheme dnsAddrScheme, const IpAddress* pPrimaryDnsAddress, const IpAddress* pSecondaryDnsAddress);