diff options
author | Dewal Agarwal <d1.agarwal@samsung.com> | 2020-08-27 10:39:33 +0530 |
---|---|---|
committer | Dewal Agarwal <d1.agarwal@samsung.com> | 2020-08-27 05:12:30 +0000 |
commit | 201fcd67a596bee5c0e82c6886da2b8310d126c7 (patch) | |
tree | 62b133f32812415b3f65151aaf44b43c34c85e54 | |
parent | 6a54993fcdd239eda714f60dc9ccff5e8ac84765 (diff) | |
download | sync-manager-tizen_5.5.tar.gz sync-manager-tizen_5.5.tar.bz2 sync-manager-tizen_5.5.zip |
Update Doctizen_5.5
Change-Id: Icc421ecbe1822c6b8320e4e038d44b0418c710c5
Signed-off-by: Dewal Agarwal <d1.agarwal@samsung.com>
-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 |