From 46722e85803f5f2142aef82ffa77444d6fe4728d Mon Sep 17 00:00:00 2001 From: Jongkyu Koo Date: Wed, 5 Apr 2017 16:55:07 +0900 Subject: [PATCH] fix broken links in API reference Change-Id: I315eccb7230c03d068960ace472e1c2da5baf42b Signed-off-by: Jongkyu Koo --- include/contacts_phone_log.h | 2 +- include/contacts_sim.h | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/include/contacts_phone_log.h b/include/contacts_phone_log.h index cf5539d..bfa2624 100644 --- a/include/contacts_phone_log.h +++ b/include/contacts_phone_log.h @@ -45,7 +45,7 @@ extern "C" * 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 - * More details on featuring your application can be found from Feature Element. + * More details on featuring your application can be found from Feature Element. *
* @{ */ diff --git a/include/contacts_sim.h b/include/contacts_sim.h index cd2373a..56758e6 100644 --- a/include/contacts_sim.h +++ b/include/contacts_sim.h @@ -16,8 +16,8 @@ * limitations under the License. * */ - - + + #ifndef __TIZEN_SOCIAL_CONTACTS_SIM_H__ #define __TIZEN_SOCIAL_CONTACTS_SIM_H__ @@ -35,7 +35,7 @@ extern "C" * @file contacts_sim.h */ - + /** * @ingroup CAPI_SOCIAL_CONTACTS_SVC_MODULE * @defgroup CAPI_SOCIAL_CONTACTS_SVC_SIM_MODULE SIM @@ -48,12 +48,12 @@ extern "C" * 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 - * More details on featuring your application can be found from Feature Element. + * More details on featuring your application can be found from Feature Element. *
* @{ */ - + /** * @deprecated Deprecated since 3.0. Use contacts_sim_import_all_contacts_by_sim_slot_no() instead. * @brief Imports all contacts from first SIM to Contacts Database. @@ -163,7 +163,7 @@ int contacts_sim_get_initialization_status_by_sim_slot_no(int sim_slot_no, bool * @} */ - + #ifdef __cplusplus } #endif -- 2.7.4