From 060ebaa529bd8622b36147d2ca34ff571bee2876 Mon Sep 17 00:00:00 2001 From: Yoonchan Choi Date: Fri, 31 May 2013 12:41:25 +0900 Subject: [PATCH] Update the doxygen of Account Change-Id: I651145dc31b1a20b28c8e71c176ca200072dc815 Signed-off-by: Yoonchan Choi --- inc/FSclAccountAccessor.h | 2 ++ inc/FSclAccountManager.h | 6 ++++-- inc/FSclAccountProvider.h | 2 +- inc/FSocial.h | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/inc/FSclAccountAccessor.h b/inc/FSclAccountAccessor.h index c496a12..96d674c 100644 --- a/inc/FSclAccountAccessor.h +++ b/inc/FSclAccountAccessor.h @@ -51,6 +51,8 @@ class IAccountEventListener; * @final This class is not intended for extension. * * This %AccountAccessor class provides methods for accessing accounts and account providers. + * + * For more information on the class features, see Account Management. */ class _OSP_EXPORT_ AccountAccessor : public Tizen::Base::Object diff --git a/inc/FSclAccountManager.h b/inc/FSclAccountManager.h index 6ffdbe9..26682dd 100644 --- a/inc/FSclAccountManager.h +++ b/inc/FSclAccountManager.h @@ -43,12 +43,14 @@ class AccountProvider; /** * @class AccountManager - * @brief This class provides the method for managing accounts. + * @brief This class provides methods for managing accounts. * @since 2.1 * * @final This class is not intended for extension. * - * The %AccountManager class provides the method for managing accounts. + * The %AccountManager class provides methods for managing accounts. + * + * For more information on the class features, see Account Management. */ class _OSP_EXPORT_ AccountManager : public Tizen::Base::Object diff --git a/inc/FSclAccountProvider.h b/inc/FSclAccountProvider.h index c9bd288..703e30d 100644 --- a/inc/FSclAccountProvider.h +++ b/inc/FSclAccountProvider.h @@ -46,7 +46,7 @@ namespace Tizen { namespace Social * * @final This class is not intended for extension. * - * The %AccountProvider class provides the account provider information. + * The %AccountProvider class represents the account provider information. */ class _OSP_EXPORT_ AccountProvider : public Tizen::Base::Object diff --git a/inc/FSocial.h b/inc/FSocial.h index af7c1d7..5977e23 100644 --- a/inc/FSocial.h +++ b/inc/FSocial.h @@ -76,7 +76,7 @@ * @b Library : @b osp-social * * - * The %Social namespace provides various classes to manage the personal data, address book, and calendar of the user. + * The %Social namespace provides various classes to manage personal data, such as contacts, schedules, and accounts on the device. * * For more information on the %Social namespace features, see Social Guide. * -- 2.7.4