remove link in brief tag
[platform/framework/native/net.git] / inc / FNetSockISecureSocketEventListener.h
index 07aa6c2..5c8af29 100644 (file)
@@ -78,7 +78,7 @@ public:
        *
        * @param[in]    socket          The SecureSocket instance
        * @param[in]    reason          The reason of type NetSocketClosedReason for a closed secure socket
-       * @remarks              If the reason is NET_SOCKET_CLOSED_REASON_NO_CERTIFICATE, start the Application control (L"tizen.certificatemanager") for getting the selected client certificate. @n
+       * @remarks              If the reason is @c NET_SOCKET_CLOSED_REASON_NO_CERTIFICATE, start the Application control (L"tizen.certificatemanager") for getting the selected client certificate. @n
        *               For more information, see <a href="../org.tizen.native.appprogramming/html/guide/app/appcontrol_certmgr.htm">here</a>.
        */
        virtual void OnSecureSocketClosed(SecureSocket& socket, NetSocketClosedReason reason) = 0;