From 2e39b779e8cfa02f1fbc3ffe3b41bab1c77b3cf8 Mon Sep 17 00:00:00 2001 From: chakradhar Date: Tue, 15 Sep 2020 09:59:48 +0530 Subject: [PATCH] Fix API reference Change-Id: I7fee2cabaef56e85948479b3d2057ac5f2d6d3a0 --- doc/location-manager-doc.h | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/doc/location-manager-doc.h b/doc/location-manager-doc.h index 6d82e4c..25639a2 100644 --- a/doc/location-manager-doc.h +++ b/doc/location-manager-doc.h @@ -93,9 +93,10 @@ * * @section CAPI_LOCATION_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.gps\n - * - http://tizen.org/feature/location.wps\n + * - %http://tizen.org/feature/location\n + * - %http://tizen.org/feature/location.gps\n + * - %http://tizen.org/feature/location.wps\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 @@ -124,9 +125,10 @@ * * @section CAPI_LOCATION_GPS_STATUS_MODULE_FEATURE Related Features * This API is related with the following features:\n - * - http://tizen.org/feature/location\n - * - http://tizen.org/feature/location.gps\n - * - http://tizen.org/feature/location.gps.satellite\n + * - %http://tizen.org/feature/location\n + * - %http://tizen.org/feature/location.gps\n + * - %http://tizen.org/feature/location.gps.satellite\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 @@ -147,9 +149,10 @@ * * @section CAPI_LOCATION_BOUNDS_MODULE_FEATURE Related Features * This API is related with the following features:\n - * - http://tizen.org/feature/location\n - * - http://tizen.org/feature/location.gps\n - * - http://tizen.org/feature/location.wps\n + * - %http://tizen.org/feature/location\n + * - %http://tizen.org/feature/location.gps\n + * - %http://tizen.org/feature/location.wps\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 @@ -171,7 +174,8 @@ * * @section CAPI_LOCATION_PREF_MODULE_FEATURE Related Features * This API is related with the following features:\n - * - http://tizen.org/feature/location\n + * - %http://tizen.org/feature/location\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