From be8c5a3ce71b5b29c1b95870c7c766d59c0d48d7 Mon Sep 17 00:00:00 2001 From: "hyunuk.tak" Date: Thu, 3 Sep 2020 17:11:31 +0900 Subject: [PATCH] Fix API references Change-Id: Ia9cc764cf5328b5a8d75380a7f3e8041ed434355 Signed-off-by: hyunuk.tak --- doc/net_connection_doc.h | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/doc/net_connection_doc.h b/doc/net_connection_doc.h index 549e438..5ed06b8 100755 --- a/doc/net_connection_doc.h +++ b/doc/net_connection_doc.h @@ -46,15 +46,15 @@ * * @section CAPI_NETWORK_CONNECTION_MANAGER_MODULE_FEATURE Related Features * This API is related with the following features:\n - * - http://tizen.org/feature/network.wifi\n - * - http://tizen.org/feature/network.telephony\n - * - http://tizen.org/feature/network.tethering.bluetooth\n - * - http://tizen.org/feature/network.ethernet\n - * - http://tizen.org/feature/network.net_proxy\n + * - %http://tizen.org/feature/network.wifi\n + * - %http://tizen.org/feature/network.telephony\n + * - %http://tizen.org/feature/network.tethering.bluetooth\n + * - %http://tizen.org/feature/network.ethernet\n + * - %http://tizen.org/feature/network.net_proxy\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 - * More details on featuring your application can be found from Feature Element. + * More details on featuring your application can be found from Feature Element. */ @@ -71,14 +71,14 @@ * * @section CAPI_NETWORK_CONNECTION_PROFILE_MODULE_FEATURE Related Features * This API is related with the following features:\n - * - http://tizen.org/feature/network.wifi\n - * - http://tizen.org/feature/network.telephony\n - * - http://tizen.org/feature/network.tethering.bluetooth\n - * - http://tizen.org/feature/network.ethernet\n + * - %http://tizen.org/feature/network.wifi\n + * - %http://tizen.org/feature/network.telephony\n + * - %http://tizen.org/feature/network.tethering.bluetooth\n + * - %http://tizen.org/feature/network.ethernet\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 - * More details on featuring your application can be found from Feature Element. + * More details on featuring your application can be found from Feature Element. */ @@ -94,11 +94,11 @@ * * @section CAPI_NETWORK_CONNECTION_CELLULAR_PROFILE_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 - * More details on featuring your application can be found from Feature Element. + * More details on featuring your application can be found from Feature Element. */ @@ -114,11 +114,11 @@ * * @section CAPI_NETWORK_CONNECTION_WIFI_PROFILE_MODULE_FEATURE Related Features * This API is related with the following features:\n - * - http://tizen.org/feature/network.wifi\n + * - %http://tizen.org/feature/network.wifi\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 - * More details on featuring your application can be found from Feature Element. + * More details on featuring your application can be found from Feature Element. */ @@ -136,12 +136,12 @@ * * @section CAPI_NETWORK_CONNECTION_STATISTICS_MODULE_FEATURE Related Features * This API is related with the following features:\n - * - http://tizen.org/feature/network.wifi\n - * - http://tizen.org/feature/network.telephony\n + * - %http://tizen.org/feature/network.wifi\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 - * More details on featuring your application can be found from Feature Element. + * More details on featuring your application can be found from Feature Element. */ -- 2.7.4