remove link in brief tag
[platform/framework/native/net.git] / inc / FNetNetConnection.h
index 1ce2186..9a80add 100644 (file)
@@ -123,8 +123,6 @@ public:
         * For full construction, the Construct() method must be called right after calling this constructor.
         *
         * @since               2.0
-        *
-        * @remarks             After creating an instance of this class, the Construct() method must be called explicitly to initialize this instance.
         */
        NetConnection(void);
 
@@ -152,7 +150,7 @@ public:
         * @exception           E_INVALID_ACCOUNT       The specified network account ID is invalid.
         * @exception           E_SYSTEM                        An internal error has occurred.
         * @exception           E_INVALID_PROXY         The proxy address is invalid.
-        * @remarks                     If the application gets the last result by E_INVALID_PROXY, it must use a warning pop-up to notify the user.
+        * @remarks             If the application gets the last result by @c E_INVALID_PROXY, it must use a warning pop-up to notify the user.
         */
        result Construct(NetAccountId netAccountId);
 
@@ -170,7 +168,7 @@ public:
         * @exception   E_OUT_OF_MEMORY                 The memory is insufficient.
         * @exception   E_OBJ_ALREADY_EXIST             The listener is already added.
         * @exception   E_INVALID_OPERATION             The current state of the instance prohibits the execution of the specified operation, @n
-        *                                                                              because the caller thread is a worker thread.
+        *                                                                      because the caller thread is a worker thread.
         */
        result AddNetConnectionListener(INetConnectionEventListener& listener);
 
@@ -290,9 +288,10 @@ public:
         * @exception   E_INVALID_CONTEXT               The context information associated with the network connection account is invalid.
         * @exception   E_OUT_OF_MEMORY         The memory is insufficient.
         * @exception   E_SYSTEM                                An internal error has occurred.
-        * @remarks                     The specific error code can be accessed using the GetLastResult() method.
-        * @remarks             This method requires a NetConnectionInfo instance reference. The network connection information is only available when the network
-        *                              connection is "Active". For other states, this method returns @c null.
+        * @remarks             
+        *                      - The specific error code can be accessed using the GetLastResult() method.
+        *                      - This method requires a NetConnectionInfo instance reference. The network connection information is only available when the network
+        *                      connection is "Active". For other states, this method returns @c null.
         * @warning     Do not delete the returned NetConnectionInfo instance. This instance directly references the internal connection information of
         *                              %NetConnection.
         */