diff options
author | Minkyoung Kang <mklove.kang@samsung.com> | 2013-04-01 09:29:39 +0900 |
---|---|---|
committer | Minkyoung Kang <mklove.kang@samsung.com> | 2013-04-01 09:29:39 +0900 |
commit | 63897c9527a5c7abc02c6901f4ff8be18bda33c1 (patch) | |
tree | 8fea0fae21e9695a28947b8252c51237f03e20ff /inc | |
parent | bb7e0722a985821f6e4f51e5d54c505509749fcc (diff) | |
download | social-63897c9527a5c7abc02c6901f4ff8be18bda33c1.tar.gz social-63897c9527a5c7abc02c6901f4ff8be18bda33c1.tar.bz2 social-63897c9527a5c7abc02c6901f4ff8be18bda33c1.zip |
merge the reviewed files
Change-Id: I308397e88944def033231f72843f43bbbe41a5c0
Diffstat (limited to 'inc')
-rw-r--r-- | inc/FSclCategory.h | 4 | ||||
-rw-r--r-- | inc/FSclOrganization.h | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/inc/FSclCategory.h b/inc/FSclCategory.h index b218e31..f8ab9f3 100644 --- a/inc/FSclCategory.h +++ b/inc/FSclCategory.h @@ -177,7 +177,7 @@ public: result RemoveMember(RecordId contactId); /** - * Sets the specified name for the category. + * Sets the specified @c name for the category. * * @if OSPCOMPAT * @brief <i> [Compatibility] </i> @@ -265,7 +265,7 @@ public: result SetThumbnail(const Tizen::Base::String& filePath); /** - * Gets the thumbnail path + * Gets the thumbnail path. * * @since 2.0 * diff --git a/inc/FSclOrganization.h b/inc/FSclOrganization.h index f792f19..1664a32 100644 --- a/inc/FSclOrganization.h +++ b/inc/FSclOrganization.h @@ -184,7 +184,7 @@ public: Tizen::Base::String GetPhoneticName(void) const; /** - * Gets the logo image path + * Gets the logo image path. * * @since 2.1 * |