added @a expression 38/76438/1
authorIckhee Woo <ickhee.woo@samsung.com>
Fri, 24 Jun 2016 02:44:23 +0000 (11:44 +0900)
committerIckhee Woo <ickhee.woo@samsung.com>
Fri, 24 Jun 2016 02:44:23 +0000 (11:44 +0900)
Change-Id: Ic0519ea2c07f55af8560c0a95c5232c3c9600b4e
Signed-off-by: Ickhee Woo <ickhee.woo@samsung.com>
include/mobile/sync_manager.h
include/sync_adapter.h
include/wearable/sync_manager.h

index aeb91aa53c0aa4edf42aa4adbf564707bb4127eb..48c704b794b82c70567723e905fd95ca4cc7f5e5 100644 (file)
@@ -127,8 +127,8 @@ typedef enum {
  *
  * @since_tizen 2.4
  *
- * @remarks Release account with account_destroy() after using it.\n\n
- * Release sync_job_user_data with bundle_free() after using it.
+ * @remarks @a Release account with account_destroy() after using it.\n\n
+ * @a Release sync_job_user_data with bundle_free() after using it.
  *
  * @param[in] account                          An account handle on which sync operation was requested or @c NULL in the case of accountless sync operation
  * @param[in] sync_job_name                    A string representing a sync job which has been operated or @c NULL in the case of data change sync operation
index 1ab16deeefe8c67f6672ffd27355da57d5fa4544..5bbdaa322851107d36c656da7f7d9773093f2c9c 100644 (file)
@@ -45,8 +45,8 @@ extern "C" {
  *
  * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif
  * @remarks    This API only can be called at a service application.\n\n
- * Release account with account_destroy() after using it.\n\n
- * Release sync_job_user_data with bundle_free() after using it.
+ * @a Release account with account_destroy() after using it.\n\n
+ * @a Release sync_job_user_data with bundle_free() after using it.
  *
  * @param[in] account                          An account handle on which sync operation was requested or @c NULL in the case of accountless sync operation
  * @param[in] sync_job_name                    A string representing a sync job which has been operated or @c NULL in the case of data change sync operation
@@ -73,8 +73,8 @@ typedef bool (*sync_adapter_start_sync_cb)(account_h account, const char *sync_j
  *
  * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif
  * @remarks    This API only can be called at a service application after calling sync_manager_remove_sync_job().\n\n
- * Release account with account_destroy() after using it.\n\n
- * Release sync_job_user_data with bundle_free() after using it.
+ * @a Release account with account_destroy() after using it.\n\n
+ * @a Release sync_job_user_data with bundle_free() after using it.
  *
  * @param[in] account                          An account handle on which sync operation was requested or @c NULL in the case of accountless sync operation
  * @param[in] sync_job_name                    A string representing a sync job which has been operated or @c NULL in the case of data change sync operation
index 668ab16ad135e43b27db43a36526e5a68eb93de0..e3ee6913b8a2c32d3f49c9bf2307a02994bf3e1e 100644 (file)
@@ -118,8 +118,8 @@ typedef enum {
  *
  * @since_tizen 3.0
  *
- * @remarks Release account with account_destroy() after using it.\n\n
- * Release sync_job_user_data with bundle_free() after using it.
+ * @remarks @a Release account with account_destroy() after using it.\n\n
+ * @a Release sync_job_user_data with bundle_free() after using it.
  *
  * @param[in] account                          An account handle on which sync operation was requested or @c NULL in the case of accountless sync operation
  * @param[in] sync_job_name                    A string representing a sync job which has been operated or @c NULL in the case of data change sync operation