remove link in brief tag
[platform/framework/native/net.git] / inc / FNetIDnsEventListener.h
index 01031ac..9d84726 100644 (file)
@@ -72,8 +72,8 @@ public:
         * @exception   E_TIMEOUT                               An attempt to connect to the server has timed out.
         * @exception   E_NOT_RESPONDING                There is no response.
         * @exception   E_DNS_NOT_FOUND                 The DNS lookup has failed.
-        * @remarks             Always check the error code before accessing the result.
-        *                              If @c r is not E_SUCCESS, @c ipHostEntry may not exist.
+        * @remarks             Always check the error code before accessing the result. @n
+        *                              If @c r is not @c E_SUCCESS, @c ipHostEntry may not exist.
         */
        virtual void OnDnsResolutionCompletedN(IpHostEntry* pIpHostEntry, result r) = 0;
 }; // IDnsEventListener