update remarks
[framework/osp/messaging.git] / inc / FMsgSmsMessage.h
index d0439a9..d1aeeb9 100755 (executable)
@@ -130,9 +130,10 @@ namespace Tizen { namespace Messaging
                * @since                2.0
                *
                * @return               The body of the SMS message
-               * @remarks              If the message is from the Inbox, Sentbox, or Outbox, it may contain only @c 160 bytes for the body text. @n
-               *                               To check whether the message contains more than @c 160 bytes for the body text, use the HasMoreText() method. @n
-               *                               To get the full body text, use the SmsManager::GetFullText() method with its message ID.
+               * @remarks              
+               *                               - If the message is from the Inbox, Sentbox, or Outbox, it may contain only @c 160 bytes for the body text.
+               *                               - To check whether the message contains more than @c 160 bytes for the body text, use the HasMoreText() method.
+               *                               - To get the full body text, use the SmsManager::GetFullText() method with its message ID.
                * @see                  SetText()
         * @see                 HasMoreText()
         * @see                 GetId()
@@ -171,8 +172,9 @@ namespace Tizen { namespace Messaging
                * @exception    E_INVALID_OPERATION             This operation is only allowed to the incoming message or the message from the Inbox.
                * @exception    E_PRIVILEGE_DENIED      The application does not have the privilege to call this method.
                * @exception    E_USER_NOT_CONSENTED    The user blocks an application from calling this method. @b Since: @b 2.1
-               * @remarks              The specific error code can be accessed using the GetLastResult() method. @n
-               *                               In case of an error, this method returns the instance denoting 00:00:00, January 1, 1.
+               * @remarks              
+               *                               - The specific error code can be accessed using the GetLastResult() method.
+               *                               - In case of an error, this method returns the instance denoting 00:00:00, January 1, 1.
                */
                Tizen::Base::DateTime GetReceivedTime(void) const;
 
@@ -189,8 +191,9 @@ namespace Tizen { namespace Messaging
                * @exception    E_INVALID_OPERATION             This operation is allowed only when the message is from the Inbox, Sentbox, or Outbox.
                * @exception    E_PRIVILEGE_DENIED      The application does not have the privilege to call this method.
                * @exception    E_USER_NOT_CONSENTED    The user blocks an application from calling this method. @b Since: @b 2.1
-               * @remarks              In case of an error, this method returns the negative value. For example, @c -1. @n
-               *                               The specific error code can be accessed using the GetLastResult() method.
+               * @remarks              
+               *                               - In case of an error, this method returns the negative value. For example, @c -1.
+               *                               - The specific error code can be accessed using the GetLastResult() method.
                */
                int GetId(void) const;
 
@@ -207,7 +210,7 @@ namespace Tizen { namespace Messaging
                * @exception    E_INVALID_OPERATION             This operation is allowed only when the message is from the Sentbox or Outbox.
                * @exception    E_PRIVILEGE_DENIED      The application does not have the privilege to call this method.
                * @exception    E_USER_NOT_CONSENTED    The user blocks an application from calling this method. @b Since: @b 2.1
-               * @remarks              The specific error code can be accessed using the GetLastResult() method. @n
+               * @remarks              The specific error code can be accessed using the GetLastResult() method.
                *                               In case of an error, this method returns the instance denoting 00:00:00, January 1, 1.
                */
                Tizen::Base::DateTime GetSentTime(void) const;
@@ -225,8 +228,9 @@ namespace Tizen { namespace Messaging
                * @exception    E_INVALID_OPERATION             This operation is allowed only when the message is from the Inbox, Sentbox, or Outbox.
                * @exception    E_PRIVILEGE_DENIED      The application does not have the privilege to call this method.
                * @exception    E_USER_NOT_CONSENTED    The user blocks an application from calling this method. @b Since: @b 2.1
-               * @remarks              In case of an error, this method returns the SMS_MESSAGE_BOX_TYPE_NONE value. @n
-               *                               The specific error code can be accessed using the GetLastResult() method.
+               * @remarks              
+               *                               - In case of an error, this method returns the SMS_MESSAGE_BOX_TYPE_NONE value.
+               *                               - The specific error code can be accessed using the GetLastResult() method.
                */
                SmsMessageBoxType GetMessageBoxType(void) const;
 
@@ -261,9 +265,10 @@ namespace Tizen { namespace Messaging
                * @exception    E_INVALID_OPERATION             This operation is allowed only when the message is from the Inbox, Sentbox, or Outbox.
                * @exception    E_PRIVILEGE_DENIED              The application does not have the privilege to call this method.
                * @exception    E_USER_NOT_CONSENTED    The user blocks an application from calling this method. @b Since: @b 2.1
-               * @remarks              If the return value is @c true, the SMS message contains more than @c 160 bytes for the body text. @n
-               *                               To get the full body text, use SmsManager::GetFullText(). @n
-               *                               The specific error code can be accessed using the GetLastResult() method.
+               * @remarks              
+               *                               - If the return value is @c true, the SMS message contains more than @c 160 bytes for the body text.
+               *                               - To get the full body text, use SmsManager::GetFullText().
+               *                               - The specific error code can be accessed using the GetLastResult() method.
                */
                bool HasMoreText(void) const;