X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=inc%2FFSclRelationship.h;h=c3188aae0c3fa88b864cb0915f94fe0454222806;hb=refs%2Ftags%2F2.2.1_release;hp=fe78e6972d5c7423506c31476a3fd086d70c7670;hpb=b131a513665cea3c7831dcec1c66be8654c5974d;p=framework%2Fosp%2Fsocial.git diff --git a/inc/FSclRelationship.h b/inc/FSclRelationship.h index fe78e69..c3188aa 100644 --- a/inc/FSclRelationship.h +++ b/inc/FSclRelationship.h @@ -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);