update remarks
[framework/osp/messaging.git] / inc / FMsgDetailedEmailMessage.h
index 665e755..6824c5c 100755 (executable)
@@ -255,9 +255,10 @@ namespace Tizen { namespace Messaging
                * @param[in]    type                            The type of recipient
                * @exception    E_SUCCESS                       The method is successful.
                * @exception    E_INVALID_ARG           The specified @c type is invalid.
-               * @remarks              The values for the various recipients can be a string with multiple email addresses separated by semi-colons(;). @n
-               *                               The specified @c type contains RECIPIENT_TYPE_TO, RECIPIENT_TYPE_CC, RECIPIENT_TYPE_BCC. @n
-               *                               The specific error code can be accessed using the GetLastResult() method.
+               * @remarks              
+               *                               - The values for the various recipients can be a string with multiple email addresses separated by semi-colons(;).
+               *                               - The specified @c type contains @c RECIPIENT_TYPE_TO, @c RECIPIENT_TYPE_CC, @c RECIPIENT_TYPE_BCC.
+               *                               - The specific error code can be accessed using the GetLastResult() method.
                * @see                  SetAddress()
                *
                */
@@ -375,8 +376,9 @@ namespace Tizen { namespace Messaging
                * @return               A pointer to the attachment list
                * @exception    E_SUCCESS                       The method is successful.
                * @exception    E_OUT_OF_MEMORY         The memory is insufficient.
-               * @remarks              The specific error code can be accessed using the GetLastResult() method. @n
-               *                               After using the attachment list, you can call Tizen::Base::Collection::IList::RemoveAll(true) to clean up items in the list.
+               * @remarks              
+               *                               - The specific error code can be accessed using the GetLastResult() method.
+               *                               - After using the attachment list, you can call Tizen::Base::Collection::IList::RemoveAll(true) to clean up items in the list.
                * @see                  EmailAttachment
                * @see                  SetAttachmentList()
                */
@@ -396,8 +398,9 @@ namespace Tizen { namespace Messaging
                * @param[in]    messageId                       The message ID
                * @exception    E_SUCCESS                       The method is successful.
                * @exception    E_INVALID_ARG           The length of the specified @c messageId is @c 0.
-               * @remarks              The message ID is an automatically generated field. @n
-               *                               It is used to prevent multiple delivery and for reference in In-Reply-To.
+               * @remarks              
+               *                               - The message ID is an automatically generated field.
+               *                               - It is used to prevent multiple delivery and for reference in In-Reply-To.
                * @see                  GetMessageId()
                */
                result SetMessageId(const Tizen::Base::String& messageId);
@@ -440,8 +443,9 @@ namespace Tizen { namespace Messaging
                * @exception    E_SUCCESS                       The method is successful.
                * @exception    E_INVALID_ARG           The specified @c type is invalid, or
                *                                                                       the specified @c recipients string length is too short (< 5).
-               * @remarks              The values for the various recipients can be a string with multiple email addresses separated by semi-colons(;). @n
-               *                               The specified @c type contains @c RECIPIENT_TYPE_TO, @c RECIPIENT_TYPE_CC, @c RECIPIENT_TYPE_BCC.
+               * @remarks              
+               *                               - The values for the various recipients can be a string with multiple email addresses separated by semi-colons(;).
+               *                               - The specified @c type contains @c RECIPIENT_TYPE_TO, @c RECIPIENT_TYPE_CC, @c RECIPIENT_TYPE_BCC.
                * @see                  GetAddress()
                */
                result SetAddress(RecipientType type, const Tizen::Base::String& recipients);