Update the doxygen of Account
authorYoonchan Choi <yc81.choi@samsung.com>
Fri, 31 May 2013 03:41:25 +0000 (12:41 +0900)
committerYoonchan Choi <yc81.choi@samsung.com>
Fri, 31 May 2013 03:41:25 +0000 (12:41 +0900)
Change-Id: I651145dc31b1a20b28c8e71c176ca200072dc815
Signed-off-by: Yoonchan Choi <yc81.choi@samsung.com>
inc/FSclAccountAccessor.h
inc/FSclAccountManager.h
inc/FSclAccountProvider.h
inc/FSocial.h

index c496a12..96d674c 100644 (file)
@@ -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
index 6ffdbe9..26682dd 100644 (file)
@@ -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
index c9bd288..703e30d 100644 (file)
@@ -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
index af7c1d7..5977e23 100644 (file)
@@ -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>.
  *