Revise Tizen::Io doxygen
[platform/framework/native/appfw.git] / inc / FIoClientChannel.h
index 4c75e4f..4b5f350 100644 (file)
@@ -126,7 +126,7 @@ public:
        *
        * @since 2.0
        *
-       * @return       A pointer to the %ClientChannel instance, @n
+       * @return       The pointer to the %ClientChannel instance, @n
        *                       else @c null if it fails
        * @exception    E_SUCCESS           The method is successful.
        * @exception    E_SYSTEM            The method cannot proceed due to a severe system error.
@@ -139,7 +139,7 @@ public:
        *
        * @since 2.0
        *
-       * @return       A pointer to the %ClientChannel instance, @n
+       * @return       The pointer to the %ClientChannel instance, @n
        *                       else @c null if it fails
        * @param[in]     channelName         The channel name
        * @exception     E_SUCCESS           The method is successful.
@@ -163,13 +163,13 @@ public:
         *
         * @since 2.0
         *
-        * @return       An error code
-        * @param[in]     serverChannelId    The server channel ID which can be either application ID or appicationID.ChannelName
-        * @param[in]     pArgs               A pointer to an argument list of type String
-        * @param[out]    reqId               The request ID
-        * @exception     E_SUCCESS           The method is successful.
-        * @exception     E_OBJ_NOT_FOUND     The server channel is not found.
-        * @exception     E_SYSTEM            The method cannot proceed due to a severe system error.
+        * @return              An error code
+        * @param[in]   serverChannelId         The server channel ID which can be either application ID or appicationID.ChannelName
+        * @param[in]   pArgs                           A pointer to an argument list of type String
+        * @param[out]  reqId                           The request ID
+        * @exception   E_SUCCESS                       The method is successful.
+        * @exception   E_OBJ_NOT_FOUND         The server channel is not found.
+        * @exception   E_SYSTEM                        The method cannot proceed due to a severe system error.
         */
        result SendRequest(const Tizen::Base::String& serverChannelId, const Tizen::Base::Collection::IList* pArgs, RequestId& reqId);