merge with master
[framework/osp/net.git] / inc / FNetIp4Address.h
old mode 100644 (file)
new mode 100755 (executable)
index a2cacd7..7f1b156
@@ -96,7 +96,8 @@ public:
         * @exception   E_SUCCESS               The instance is created successfully.
         * @exception   E_INVALID_ARG   The specified @c ipAddr is invalid.
         * @remarks             The GetLastResult() method is used to check whether the %Ip4Address instance is created successfully.
-        * @see                 IpAddress::NetworkToHostOrder(), IpAddress::HostToNetworkOrder()
+        * @see                 IpAddress::NetworkToHostOrder()
+        * @see                 IpAddress::HostToNetworkOrder()
         */
        Ip4Address(unsigned long ipAddr);
 
@@ -152,7 +153,8 @@ public:
         * @param[out]  ipAddr                          An unsigned @c long integer containing the raw IP address
         * @exception   E_SUCCESS                       The method is successful.
         * @exception   E_INVALID_STATE         This instance is in an invalid state.
-        * @see                 IpAddress::NetworkToHostOrder(), IpAddress::HostToNetworkOrder()
+        * @see                 IpAddress::NetworkToHostOrder()
+        * @see                 IpAddress::HostToNetworkOrder()
         */
        result GetAddress(unsigned long& ipAddr) const;