diff options
author | Yoonchan Choi <yc81.choi@samsung.com> | 2013-05-31 12:41:25 +0900 |
---|---|---|
committer | Yoonchan Choi <yc81.choi@samsung.com> | 2013-05-31 12:41:25 +0900 |
commit | 060ebaa529bd8622b36147d2ca34ff571bee2876 (patch) | |
tree | f90fd0f733d752f86acc12b6de83baa5da03a54f /inc | |
parent | 5e7010e8cfae2f10a1f339823718c9d260cd7e8a (diff) | |
download | social-060ebaa529bd8622b36147d2ca34ff571bee2876.tar.gz social-060ebaa529bd8622b36147d2ca34ff571bee2876.tar.bz2 social-060ebaa529bd8622b36147d2ca34ff571bee2876.zip |
Update the doxygen of Account
Change-Id: I651145dc31b1a20b28c8e71c176ca200072dc815
Signed-off-by: Yoonchan Choi <yc81.choi@samsung.com>
Diffstat (limited to 'inc')
-rw-r--r-- | inc/FSclAccountAccessor.h | 2 | ||||
-rw-r--r-- | inc/FSclAccountManager.h | 6 | ||||
-rw-r--r-- | inc/FSclAccountProvider.h | 2 | ||||
-rw-r--r-- | 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 <a href="../org.tizen.native.appprogramming/html/guide/social/acc_manage.htm">Account Management</a>. */ 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 <a href="../org.tizen.native.appprogramming/html/guide/social/acc_manage.htm">Account Management</a>. */ 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 <a href="../org.tizen.native.appprogramming/html/guide/social/social_namespace.htm">Social Guide</a>. * |