#ifndef __TIZEN_NETWORK_CONNECTION_DOC_H__
#define __TIZEN_NETWORK_CONNECTION_DOC_H__
+
/**
* @ingroup CAPI_NETWORK_FRAMEWORK
* @defgroup CAPI_NETWORK_CONNECTION_MODULE Connection
* @brief The Connection API provides functions for managing modem data connections.
* @section CAPI_NETWORK_CONNECTION_MODULE_HEADER Required Header
- * \#include <net_connection.h>
+ * \#include <net_connection.h>
*
* @section CAPI_NETWORK_CONNECTION_MODULE_OVERVIEW Overview
* The Connection API provides functions used to create a network connection and to perform other operations on the connection.
* @defgroup CAPI_NETWORK_CONNECTION_MANAGER_MODULE Connection Manager
* @brief The Connection Manager API provides functions for managing data connections.
* @section CAPI_NETWORK_CONNECTION_MANAGER_MODULE_HEADER Required Header
- * \#include <net_connection.h>
+ * \#include <net_connection.h>
*
* @section CAPI_NETWORK_CONNECTION_MANAGER_MODULE_OVERVIEW Overview
* To use Connection Manager API, first create a connection handle using connection_create(). After that, you can obtain network information.
* @defgroup CAPI_NETWORK_CONNECTION_PROFILE_MODULE Connection Profile
* @brief The Connection Profile API provides functions for managing the connection profile.
* @section CAPI_NETWORK_CONNECTION_PROFILE_MODULE_HEADER Required Header
- * \#include <net_connection.h>
+ * \#include <net_connection.h>
*
* @section CAPI_NETWORK_CONNECTION_PROFILE_MODULE_OVERVIEW Overview
* The Connection Profile provides functions for mapping connection profile.
* @defgroup CAPI_NETWORK_CONNECTION_CELLULAR_PROFILE_MODULE Cellular Profile
* @brief The Connection Cellular Profile API provides functions for managing the cellular profile.
* @section CAPI_NETWORK_CONNECTION_CELLULAR_PROFILE_MODULE_HEADER Required Header
- * \#include <net_connection.h>
+ * \#include <net_connection.h>
*
* @section CAPI_NETWORK_CONNECTION_CELLULAR_PROFILE_MODULE_OVERVIEW Overview
* The Connection Cellular Profile API provides functions for managing the cellular profile. You can manage the cellular profile using the functions.
/**
* @ingroup CAPI_NETWORK_CONNECTION_PROFILE_MODULE
* @defgroup CAPI_NETWORK_CONNECTION_WIFI_PROFILE_MODULE Wi-Fi Profile
- * @brief The Connection Wi-Fi Profile API provides functions for managing the WiFi profile.
+ * @brief The Connection Wi-Fi Profile API provides functions for managing the Wi-Fi profile.
* @section CAPI_NETWORK_CONNECTION_WIFI_PROFILE_MODULE_HEADER Required Header
- * \#include <net_connection.h>
+ * \#include <net_connection.h>
*
* @section CAPI_NETWORK_CONNECTION_WIFI_PROFILE_MODULE_OVERVIEW Overview
* The Connection Wi-Fi Profile API provides functions for managing the Wi-Fi profile. You can manage the Wi-Fi profile using the functions.