From 2dd08b34242eee473d6cb833e651f89a6cfa0945 Mon Sep 17 00:00:00 2001 From: Gwangbok Kim Date: Tue, 25 Jun 2013 10:49:36 +0900 Subject: [PATCH] fix description Change-Id: I3251b3a57d12f178c551a6cdd2e9ab3a5f22d848 Signed-off-by: Gwangbok Kim --- inc/FSclCategory.h | 6 +++--- 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 * -- 2.7.4