remove link in brief tag
[platform/framework/native/net.git] / inc / FNetNetEndPoint.h
index c283e86..0624555 100644 (file)
@@ -128,10 +128,11 @@ public:
         *                              else @c null string if an error occurs
         * @exception   E_SUCCESS                       The method is successful.
         * @exception   E_INVALID_STATE         This instance is in an invalid state.
-        * @remarks             The string output of this method is formatted as follows: IPADDRESS:PORT. @n
-        *                              IPADDRESS is a string representing a number expressed in the Internet Standard "." (dotted) notation (for example, 165.213.173.7). @n
-        *                              PORT is a string representing a port number in host byte order. For example, 165.213.173.7:2000 is a possible string. @n
-        *                              The specific error code can be accessed using the GetLastResult() method.
+        * @remarks             
+        *                      - The string output of this method is formatted as follows: IPADDRESS:PORT. @n
+        *                      IPADDRESS is a string representing a number expressed in the Internet Standard "." (dotted) notation (for example, 165.213.173.7). @n
+        *                      PORT is a string representing a port number in host byte order. For example, 165.213.173.7:2000 is a possible string.
+        *                      - The specific error code can be accessed using the GetLastResult() method.
         */
        Tizen::Base::String GetNetEndPoint(void) const;