From: Gwangbok Kim Date: Tue, 25 Jun 2013 01:49:36 +0000 (+0900) Subject: fix description X-Git-Tag: submit/tizen_2.2/20130714.153047~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2dd08b34242eee473d6cb833e651f89a6cfa0945;p=framework%2Fosp%2Fsocial.git fix description Change-Id: I3251b3a57d12f178c551a6cdd2e9ab3a5f22d848 Signed-off-by: Gwangbok Kim --- 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 *