--- /dev/null
+/*
+ * 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 <wifi-direct.h>
+ *
+ * @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 <a href="../org.tizen.mobile.native.appprogramming/html/ide_sdk_tools/feature_element.htm"><b>Feature Element</b>.</a>
+ *
+ */
+
+
+#endif /* __TIZEN_NETWORK_WIFI_DIRECT_DOC_H__ */