Modifeid tethering document 42/54042/1 accepted/tizen/mobile/20151212.070916 accepted/tizen/tv/20151212.072428 accepted/tizen/wearable/20151212.072925 submit/tizen/20151211.050829
authorSeonah Moon <seonah1.moon@samsung.com>
Thu, 10 Dec 2015 05:58:48 +0000 (14:58 +0900)
committerSeonah Moon <seonah1.moon@samsung.com>
Fri, 11 Dec 2015 05:05:23 +0000 (14:05 +0900)
Change-Id: I59ecdb2b044954074f172946f831dcc85319ed7a
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
doc/tethering_doc.h
packaging/capi-network-tethering.spec

index b2acceb..976140d 100755 (executable)
  * @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 <a href="../org.tizen.mobile.native.appprogramming/html/ide_sdk_tools/feature_element.htm"><b>Feature Element</b>.</a>
+ *
  */
 
 /**
  * @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 <tethering.h>
  *
- * @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 <a href="../org.tizen.mobile.native.appprogramming/html/ide_sdk_tools/feature_element.htm"><b>Feature Element</b>.</a>
+ *
  */
 
 /**
  *
  * @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 <a href="../org.tizen.mobile.native.appprogramming/html/ide_sdk_tools/feature_element.htm"><b>Feature Element</b>.</a>
+ *
  */
 
 #endif /* __TIZEN_NETWORK_MOBILE_AP_DOC_H__ */
index 50d5d9b..60acc0b 100644 (file)
@@ -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