From 560cd4b59a23f0d53dba162ab1cfc4ee5410d9cc Mon Sep 17 00:00:00 2001 From: chanywa Date: Tue, 23 May 2017 10:39:46 +0900 Subject: [PATCH] Fix the link regarding how to configure features Change-Id: Id4a54326dcd42125a9ce54d7037133824b4113fb --- include/maps_service.h | 6 +++--- include/maps_view.h | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/include/maps_service.h b/include/maps_service.h index 9e204aa..9651bcc 100644 --- a/include/maps_service.h +++ b/include/maps_service.h @@ -449,7 +449,7 @@ int maps_service_cancel_request(const maps_service_h maps, int request_id); * 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 * More details on featuring your application can be found from - * Feature List. + * Feature Element. * @endif * @addtogroup CAPI_MAPS_GEOCODER_MODULE * @{ @@ -784,7 +784,7 @@ int maps_service_multi_reverse_geocode(const maps_service_h maps, maps_coordinat * 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 * More details on featuring your application can be found from - * Feature List. + * Feature Element. * @endif * @addtogroup CAPI_MAPS_PLACE_MODULE * @{ @@ -1131,7 +1131,7 @@ int maps_service_get_place_details(const maps_service_h maps, const char *uri, m * 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 * More details on featuring your application can be found from - * Feature List. + * Feature Element. * @endif * @addtogroup CAPI_MAPS_ROUTE_MODULE * @{ diff --git a/include/maps_view.h b/include/maps_view.h index 6330637..e5d5c91 100644 --- a/include/maps_view.h +++ b/include/maps_view.h @@ -38,7 +38,7 @@ * 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 * More details on featuring your application can be found from - * Feature List. + * Feature Element. * @endif * @file maps_view.h * @brief This file contains the top level functions of View API. -- 2.34.1