From: taesub.kim Date: Mon, 1 Jun 2015 00:52:03 +0000 (+0900) Subject: Add doc file X-Git-Tag: submit/tizen/20150603.094522^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c84ee1c14ee3bd445ee2f386a133287a12bcc6cc;p=platform%2Fcore%2Fapi%2Fwifi-direct.git Add doc file Change-Id: I060eccc1792e6b7a8415213bcbef6af0f38b81de Signed-off-by: Taesub Kim --- diff --git a/doc/wifi_direct_doc.h b/doc/wifi_direct_doc.h new file mode 100755 index 0000000..7c944e3 --- /dev/null +++ b/doc/wifi_direct_doc.h @@ -0,0 +1,51 @@ +/* + * Copyright (c) 2011 Samsung Electronics Co., Ltd All Rights Reserved + * + * Licensed under the Apache License, Version 2.0 (the License); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an AS IS BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + + +#ifndef __TIZEN_NETWORK_WIFI_DIRECT_DOC_H__ +#define __TIZEN_NETWORK_WIFI_DIRECT_DOC_H__ + + +/** + * @defgroup CAPI_NETWORK_WIFI_DIRECT_MODULE Wi-Fi Direct + * @brief Wi-Fi Direct provides API to manage Wi-Fi Direct. + * @ingroup CAPI_NETWORK_FRAMEWORK + * + * @section CAPI_NETWORK_WIFI_DIRECT_MODULE_HEADER Required Header + * \#include + * + * @section CAPI_NETWORK_WIFI_DIRECT_MODULE_OVERVIEW Overview + * This set of functions is used to manage the settings of Wi-Fi Direct. + * In addition, This set provides functions to connect and disconnect remote devices using Wi-Fi Direct. + * @section CAPI_NETWORK_WIFI_DIRECT_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.wifi.direct\n + * - http://tizen.org/feature/network.wifi.direct.display\n + * - http://tizen.org/feature/network.wifi.direct.serivce_discovery\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_WIFI_DIRECT_DOC_H__ */