X-Git-Url: http://review.tizen.org/git/?p=framework%2Fosp%2Fsocial.git;a=blobdiff_plain;f=inc%2FFSclEmail.h;h=0cccec89b9347a057804bc5db67e53c1311d72dc;hp=604c105009a6d7563981759e0473868920dc6f5a;hb=be709ea34fcecefd475c2434635b95750ebd49d3;hpb=b131a513665cea3c7831dcec1c66be8654c5974d diff --git a/inc/FSclEmail.h b/inc/FSclEmail.h index 604c105..0cccec8 100644 --- a/inc/FSclEmail.h +++ b/inc/FSclEmail.h @@ -82,7 +82,7 @@ public: /** * Initializes this instance of %Email with the specified @c type and @c email. @n - * This constructs an instance of %Email of the specified @c type. + * This constructs an instance of %Email with the specified @c type. * * @since 2.0 * @@ -96,7 +96,7 @@ public: * * @since 2.0 * - * @param[in] rhs An instance of %Email + * @param[in] rhs An instance of %Email to copy */ Email(const Email& rhs); @@ -123,7 +123,7 @@ public: * * @since 2.0 * - * @return An integer value indicating the hash value of the current instance of Tizen::Base::Object + * @return The integer value that indicates the hash value of the current instance of Tizen::Base::Object */ virtual int GetHashCode(void) const; @@ -147,11 +147,11 @@ public: * @if OSPCOMPAT * @page CompEmailGetTypePage Compatibility for GetType() * @section CompEmailGetTypePageIssueSection Issues - * Implementing this method in OSP compatible applications has the following issue: @n - * -# EMAIL_TYPE_CUSTOM is not supported. If the type of the email is EMAIL_TYPE_CUSTOM, EMAIL_TYPE_OTHER is returned instead. + * Implementing this method in OSP compatible applications has the following issue: @n + * -# EMAIL_TYPE_CUSTOM is not supported. If the type of the email is EMAIL_TYPE_CUSTOM, EMAIL_TYPE_OTHER is returned instead. * * @section CompEmailGetTypePageSolutionSection Resolutions - * The issue mentioned above has been resolved in Tizen. + * The issue mentioned above has been resolved in Tizen. * @endif */ @@ -196,11 +196,11 @@ public: * @if OSPCOMPAT * @page CompEmailSetEmailPage Compatibility for SetEmail() * @section CompEmailSetEmailPageIssueSection Issues - * Implementing this method in OSP compatible applications has the following issue: @n - * -# If the length of an email address to be set is greater than 100 characters, E_INVALID_ARG is returned. + * Implementing this method in OSP compatible applications has the following issue: @n + * -# If the length of an email address to be set is greater than 100 characters, E_INVALID_ARG is returned. * * @section CompEmailSetEmailPageSolutionSection Resolutions - * The issue mentioned above has been resolved in Tizen. + * The issue mentioned above has been resolved in Tizen. * @endif */ @@ -229,7 +229,7 @@ public: * * @since 2.0 * - * @param[in] rhs An instance of %Email + * @param[in] rhs An instance of %Email to copy */ Email& operator =(const Email& rhs); @@ -245,11 +245,11 @@ public: bool operator ==(const Email& rhs) const; /** - * Checks whether the value of the specified instance of %Email does not equal the value of the current instance. + * Checks whether the value of the specified instance of %Email is not equal to the value of the current instance. * * @since 2.0 * - * @return @c true if the value of the specified instance of %Email does not equal the value of the current instance, @n + * @return @c true if the value of the specified instance of %Email is not equal to the value of the current instance, @n * else @c false * @param[in] rhs An instance of %Email */