diff options
author | Gwangbok Kim <gwangbok.kim@samsung.com> | 2013-06-25 10:49:36 +0900 |
---|---|---|
committer | Gwangbok Kim <gwangbok.kim@samsung.com> | 2013-06-25 10:51:20 +0900 |
commit | 2dd08b34242eee473d6cb833e651f89a6cfa0945 (patch) | |
tree | d102feb926115184e8914be8bc90a53a097cb4f7 /inc | |
parent | 19fafb6b0e299e2b95fc38c9a3dce9439018d398 (diff) | |
download | social-2dd08b34242eee473d6cb833e651f89a6cfa0945.tar.gz social-2dd08b34242eee473d6cb833e651f89a6cfa0945.tar.bz2 social-2dd08b34242eee473d6cb833e651f89a6cfa0945.zip |
fix description
Change-Id: I3251b3a57d12f178c551a6cdd2e9ab3a5f22d848
Signed-off-by: Gwangbok Kim <gwangbok.kim@samsung.com>
Diffstat (limited to 'inc')
-rw-r--r-- | inc/FSclCategory.h | 6 | ||||
-rw-r--r-- | inc/FSclContact.h | 30 |
2 files changed, 18 insertions, 18 deletions
diff --git a/inc/FSclCategory.h b/inc/FSclCategory.h index 9bb3f6a..110a19a 100644 --- a/inc/FSclCategory.h +++ b/inc/FSclCategory.h @@ -262,14 +262,14 @@ public: */ bool IsReadOnly(void) const; - /* + /** * Gets the extra data. * * @since 2.2 * * @return The key-value map of the extended data where the key and value are of type Tizen::Base::String, @n - * else and empty map if there is no extra data, or null if an exception occurs. - * @remarks The specific error code can be accessed using the GetlastResult() method. + * else and empty map if there is no extra data, or @c null if an exception occurs. + * @remarks The specific error code can be accessed using the GetLastResult() method. */ Tizen::Base::Collection::IMap* GetExtraDataN(void) const; diff --git a/inc/FSclContact.h b/inc/FSclContact.h index 4d54998..5eede49 100644 --- a/inc/FSclContact.h +++ b/inc/FSclContact.h @@ -462,20 +462,20 @@ public: */ result SetRelationshipAt(int index, const Relationship& relationship); - /** - * Sets the app launch data at the specified index. - * - * @since 2.2 - * - * - * @return An error code - * @param[in] index An index to set the contact app launch data - * @param[in] appLaunchData The app launch data to set - * @exception E_SUCCESS The method is successful. - * @exception E_INVALID_ARG The specified @c appLaunchData has no relevant information. - * @exception E_OUT_OF_RANGE The specified @c index is outside the bounds of the app launch data. - */ - result SetContactAppLaunchDataAt(int index, const ContactAppLaunchData& appLaunchData); + /** + * Sets the app launch data at a specified index. + * + * @since 2.2 + * + * + * @return An error code + * @param[in] index An index to set the contact app launch data + * @param[in] appLaunchData The app launch data to set + * @exception E_SUCCESS The method is successful. + * @exception E_INVALID_ARG The specified @c appLaunchData has no relevant information. + * @exception E_OUT_OF_RANGE The specified @c index is outside the bounds of the app launch data. + */ + result SetContactAppLaunchDataAt(int index, const ContactAppLaunchData& appLaunchData); /** * Gets the addressbook ID. @@ -628,7 +628,7 @@ public: result AddRelationship(const Relationship& relationship); /** - * Adds the specified app launch data to the contact. + * Adds a specified app launch data to the contact. * * @since 2.2 * |