Init Tizen 2.2.1
[framework/osp/social.git] / inc / FSclRelationship.h
index fe78e69..c3188aa 100644 (file)
@@ -57,7 +57,7 @@ public:
         *
         * @since       2.0
         *
-        * @param[in]   rhs     An instance of %Relationship
+        * @param[in]   rhs     An instance of %Relationship to copy
         */
        Relationship(const Relationship& rhs);
 
@@ -84,7 +84,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 indicates the hash value of the current instance of Tizen::Base::Object
         */
        virtual int GetHashCode(void) const;
 
@@ -126,7 +126,7 @@ public:
        void SetType(RelationshipType type);
 
        /**
-        * Sets the label of a relation.
+        * Sets the label of the relation.
         *
         * @since       2.0
         *
@@ -149,7 +149,7 @@ public:
         *
         * @since       2.0
         *
-        * @param[in]   rhs     An instance of %Relationship
+        * @param[in]   rhs     An instance of %Relationship to copy
         */
        Relationship& operator =(const Relationship& rhs);