From b5763b66ef0278063048fdb4e8146ac440644c2a Mon Sep 17 00:00:00 2001 From: Seonah Moon Date: Thu, 10 Dec 2015 14:58:48 +0900 Subject: [PATCH] Modifeid tethering document Change-Id: I59ecdb2b044954074f172946f831dcc85319ed7a Signed-off-by: Seonah Moon --- doc/tethering_doc.h | 46 +++++++++++++++++++++++++++++++++-- packaging/capi-network-tethering.spec | 2 +- 2 files changed, 45 insertions(+), 3 deletions(-) diff --git a/doc/tethering_doc.h b/doc/tethering_doc.h index b2acceb..976140d 100755 --- a/doc/tethering_doc.h +++ b/doc/tethering_doc.h @@ -58,6 +58,21 @@ * @section CAPI_NETWORK_TETHERING_MANAGER_MODULE_OVERVIEW Overview * This set of functions is used to manage tethering. * There are three kinds of tethering : Wi-Fi, Bluetooth and USB. \n + * @section CAPI_NETWORK_TETHERING_MANAGER_MODULE_FEATURE Related Features + * This API is related with the following features:\n + * - http://tizen.org/feature/network.tetheirng\n + * - http://tizen.org/feature/network.tethering.wifi\n + * - http://tizen.org/feature/network.tethering.bluetooth\n + * - http://tizen.org/feature/network.tethering.usb\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. + * */ /** @@ -66,11 +81,23 @@ * @brief Tethering Wi-Fi provides API to set the configuration of tethering Wi-Fi. * @ingroup CAPI_NETWORK_TETHERING_MANAGER_MODULE * - * @section CAPI_NETWORK_TETHERING_MODULE_HEADER Required Header + * @section CAPI_NETWORK_TETHERING_WIFI_MODULE_HEADER Required Header * \#include * - * @section CAPI_NETWORK_TETHERING_MODULE_OVERVIEW Overview + * @section CAPI_NETWORK_TETHERING_WIFI_MODULE_OVERVIEW Overview * This set of functions is used to manage security types, passphrases and so on. + * @section CAPI_NETWORK_TETHERING_WIFI_MODULE_FEATURE Related Features + * This API is related with the following features:\n + * - http://tizen.org/feature/network.tethering.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. + * */ /** @@ -84,6 +111,21 @@ * * @section CAPI_NETWORK_TETHERING_CLIENT_MODULE_OVERVIEW Overview * This set of functions is used to get information about a connected client. + * @section CAPI_NETWORK_TETHERING_CLIENT_MODULE_FEATURE Related Features + * This API is related with the following features:\n + * - http://tizen.org/feature/tethering\n + * - http://tizen.org/feature/tethering.wifi\n + * - http://tizen.org/feature/tethering.bluetooth\n + * - http://tizen.org/feature/tethering.usb\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. + * */ #endif /* __TIZEN_NETWORK_MOBILE_AP_DOC_H__ */ diff --git a/packaging/capi-network-tethering.spec b/packaging/capi-network-tethering.spec index 50d5d9b..60acc0b 100644 --- a/packaging/capi-network-tethering.spec +++ b/packaging/capi-network-tethering.spec @@ -1,6 +1,6 @@ Name: capi-network-tethering Summary: Tethering Framework -Version: 1.0.24 +Version: 1.0.25 Release: 1 Group: System/Network License: Apache-2.0 -- 2.7.4