X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=inc%2FFSclAccount.h;h=06d4f7d8d0f21e3b84dbe8c1c5c8a16202893b9c;hb=be709ea34fcecefd475c2434635b95750ebd49d3;hp=001dad9c08e90c56d148a58c78e99049127c2aee;hpb=1e45ac75748b51e34e33584f733240166adffe7b;p=framework%2Fosp%2Fsocial.git diff --git a/inc/FSclAccount.h b/inc/FSclAccount.h index 001dad9..06d4f7d 100644 --- a/inc/FSclAccount.h +++ b/inc/FSclAccount.h @@ -67,7 +67,7 @@ public: * * @since 2.1 * - * @param[in] rhs An instance of %Account + * @param[in] rhs An instance of %Account to copy */ Account(const Account& rhs); @@ -85,7 +85,7 @@ public: * * @return @c true if the value of the specified instance of Tizen::Base::Object is equal to the value of the current instance, @n * else @c false - * @param[in] rhs An instance to compare + * @param[in] rhs An instance of Tizen::Base::Object to compare */ virtual bool Equals(const Tizen::Base::Object& rhs) const; @@ -94,7 +94,7 @@ public: * * @since 2.1 * - * @return An integer value indicating the hash value of the current instance + * @return The integer value that indicates the hash value of the current instance */ virtual int GetHashCode(void) const; @@ -130,7 +130,7 @@ public: * * @since 2.1 * - * @return The key-value lists of the extended data, @n + * @return The key-value lists of the extended data, @n * else an empty list if there is no extended data, or @c null if an exception occurs (String, String list) * @remarks The specific error code can be accessed using the GetLastResult() method. */ @@ -167,7 +167,7 @@ public: * * @since 2.1 * - * @param[in] rhs An instance of %Account + * @param[in] rhs An instance of %Account to copy */ Account& operator =(const Account& rhs);