From 2fbd7d238b1783988e8813c41b1d8ef517f6f8f8 Mon Sep 17 00:00:00 2001 From: Lohit Agarwalla Date: Wed, 30 Sep 2020 20:33:51 +0530 Subject: [PATCH] Native api reference and public header issue Change-Id: Ic4255ba4b2996026de71379a596d48af5c647f60 Signed-off-by: Lohit Agarwalla --- include/contacts_phone_log.h | 2 +- include/contacts_sim.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/contacts_phone_log.h b/include/contacts_phone_log.h index a11f0f7..98e02e4 100644 --- a/include/contacts_phone_log.h +++ b/include/contacts_phone_log.h @@ -41,7 +41,7 @@ extern "C" * \#include * @section CAPI_SOCIAL_CONTACTS_SVC_PHONELOG_MODULE_FEATURE Related Features * This API is related with the following features: \n - * - http://tizen.org/feature/network.telephony \n + * - %http://tizen.org/feature/network.telephony \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 diff --git a/include/contacts_sim.h b/include/contacts_sim.h index e5b1bb6..bc1988a 100644 --- a/include/contacts_sim.h +++ b/include/contacts_sim.h @@ -44,7 +44,7 @@ extern "C" * \#include * @section CAPI_SOCIAL_CONTACTS_SVC_SIM_MODULE_FEATURE Related Features * This API is related with the following features:\n - * - http://tizen.org/feature/network.telephony\n + * - %http://tizen.org/feature/network.telephony\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