Init Tizen 2.2.1
[framework/osp/social.git] / inc / FSclAccount.h
index 001dad9..06d4f7d 100644 (file)
@@ -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);