From 71b0d626cccd1287e1f7bc325af05c4f311fee1b Mon Sep 17 00:00:00 2001 From: chakradhar Date: Tue, 15 Sep 2020 09:51:35 +0530 Subject: [PATCH] Fix API reference Change-Id: I48a10b397ff53576c2e1d9ece66865af76c80e61 --- doc/geofence-manager-doc.h | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/doc/geofence-manager-doc.h b/doc/geofence-manager-doc.h index 0d67973..f8165b2 100644 --- a/doc/geofence-manager-doc.h +++ b/doc/geofence-manager-doc.h @@ -46,8 +46,9 @@ * * @section CAPI_GEOFENCE_MANAGER_MODULE_FEATURE Related Features * This API is related with the following features:\n - * - http://tizen.org/feature/location\n - * - http://tizen.org/feature/location.geofence\n + * - %http://tizen.org/feature/location\n + * - %http://tizen.org/feature/location.geofence\n + * It is recommended to design feature related codes 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, thereby controlling the procedure of your application.\n * To ensure your application is only running on the device with specific features, please define the features in your manifest file using the manifest editor in the SDK.\n @@ -75,8 +76,9 @@ * * @section CAPI_GEOFENCE_MODULE_FEATURE Related Features * This API is related with the following features:\n - * - http://tizen.org/feature/location\n - * - http://tizen.org/feature/location.geofence\n + * - %http://tizen.org/feature/location\n + * - %http://tizen.org/feature/location.geofence\n + * It is recommended to design feature related codes 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, thereby controlling the procedure of your application.\n * To ensure your application is only running on the device with specific features, please define the features in your manifest file using the manifest editor in the SDK.\n -- 2.7.4