diff options
author | Dewal Agarwal <d1.agarwal@samsung.com> | 2020-08-27 10:39:33 +0530 |
---|---|---|
committer | Dewal Agarwal <d1.agarwal@samsung.com> | 2021-01-18 05:20:09 +0000 |
commit | 7a7792ff539341ca6d4a987de562e36f73ba2db8 (patch) | |
tree | 7c67951154af259401d447ff86c1826eeebfd366 | |
parent | 81215d83963d813e3c4582e2ddb6eb71434d530b (diff) | |
download | sync-manager-tizen_6.0.tar.gz sync-manager-tizen_6.0.tar.bz2 sync-manager-tizen_6.0.zip |
Update Doctizen_6.0
Change-Id: Icc421ecbe1822c6b8320e4e038d44b0418c710c5
Signed-off-by: Dewal Agarwal <d1.agarwal@samsung.com>
(cherry picked from commit 0fa307ec45398214e7ec5cc72b499b7a60cbb3d5)
-rw-r--r-- | doc/sync_manager_doc.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/sync_manager_doc.h b/doc/sync_manager_doc.h index abe0699..dab974f 100644 --- a/doc/sync_manager_doc.h +++ b/doc/sync_manager_doc.h @@ -33,11 +33,12 @@ * * @section CAPI_SYNC_MANAGER_MODULE_FEATURE Related Features * This API is related with the following features:\n - * - http://tizen.org/feature/account.sync\n + * - %http://tizen.org/feature/account.sync\n + * * It is recommended to use features in your application for reliability. \n * You can check if a device supports the related features for this API by using @ref CAPI_SYSTEM_SYSTEM_INFO_MODULE, and control your application's actions accordingly. \n * To ensure your application is running only on devices with specific features, please define the features in your manifest file using the manifest editor in the SDK.\n - * More details on using features in your application can be found from <a href="https://docs.tizen.org/application/tizen-studio/native-tools/manifest-text-editor#feature-element"><b>Feature Element</b>.</a> + * More details on featuring your application can be found from <a href="https://docs.tizen.org/application/tizen-studio/native-tools/manifest-text-editor#feature-element"><b>Feature Element</b>.</a> * * @defgroup CAPI_SYNC_ADAPTER_MODULE Sync Adapter * @ingroup CAPI_SYNC_MANAGER_MODULE |