fix broken links in API reference 27/123327/1 accepted/tizen/unified/20170406.055228 submit/tizen/20170405.080124
authorJongkyu Koo <jk.koo@samsung.com>
Wed, 5 Apr 2017 07:55:07 +0000 (16:55 +0900)
committerJongkyu Koo <jk.koo@samsung.com>
Wed, 5 Apr 2017 07:55:07 +0000 (16:55 +0900)
Change-Id: I315eccb7230c03d068960ace472e1c2da5baf42b
Signed-off-by: Jongkyu Koo <jk.koo@samsung.com>
include/contacts_phone_log.h
include/contacts_sim.h

index cf5539d..bfa2624 100644 (file)
@@ -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 <a href="https://developer.tizen.org/development/tools/native-tools/manifest-text-editor#feature"><b>Feature Element</b>.</a>
+ *          More details on featuring your application can be found from <a href="https://developer.tizen.org/development/tizen-studio/native-tools/configuring-your-app/manifest-text-editor#feature"><b>Feature Element</b>.</a>
  * <BR>
  * @{
  */
index cd2373a..56758e6 100644 (file)
@@ -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 <a href="https://developer.tizen.org/development/tools/native-tools/manifest-text-editor#feature"><b>Feature Element</b>.</a>
+ *          More details on featuring your application can be found from <a href="https://developer.tizen.org/development/tizen-studio/native-tools/configuring-your-app/manifest-text-editor#feature"><b>Feature Element</b>.</a>
  * <BR>
  * @{
  */
 
+
 /**
  * @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