remove link in brief tag
[platform/framework/native/net.git] / inc / FNetSockSocket.h
index 3f69fde..2a847b4 100644 (file)
@@ -250,7 +250,7 @@ public:
     */
 
        /**
-       * Sends the data to a socket of the type NET_SOCKET_TYPE_STREAM.
+       * Sends the data to a socket of the type ::NET_SOCKET_TYPE_STREAM.
        *
        * @since        2.0
        *
@@ -417,11 +417,11 @@ public:
     *
     * @section      SocketSendToPage2ResolutionSection Resolutions
     * The issue mentioned above is resolved in %Tizen API version 2.1 as follows: @n
-    * -# If the application provides a loopback address in NetEndPoint, it returns E_SUCCESS instead of E_SYSTEM.
+    * -# If the application provides a loopback address in NetEndPoint, it returns @c E_SUCCESS instead of @c E_SYSTEM.
     */
 
        /**
-       * Receives the data from a socket of the type NET_SOCKET_TYPE_STREAM.
+       * Receives the data from a socket of the type ::NET_SOCKET_TYPE_STREAM.
        *
        * @since        2.0
        *
@@ -449,7 +449,7 @@ public:
        result Receive(Tizen::Base::ByteBuffer& buffer) const;
 
        /**
-       * Receives the data from a socket of the type NET_SOCKET_TYPE_STREAM.
+       * Receives the data from a socket of the type ::NET_SOCKET_TYPE_STREAM.
        *
        * @since        2.0
        *