Correct doxygen 72/112072/1 tizen_3.0_tv accepted/tizen/3.0/common/20170201.163947 accepted/tizen/3.0/ivi/20170201.035050 accepted/tizen/3.0/mobile/20170201.034957 accepted/tizen/3.0/tv/20170201.035019 accepted/tizen/3.0/wearable/20170201.035034 submit/tizen_3.0/20170126.063039
authorchleun.moon <chleun.moon@samsung.com>
Thu, 26 Jan 2017 01:19:11 +0000 (10:19 +0900)
committerchleun.moon <chleun.moon@samsung.com>
Thu, 26 Jan 2017 01:19:23 +0000 (10:19 +0900)
Change-Id: I8e3a01ae5c6248b76a8f6c13af07d918f346f8b3
Signed-off-by: cheoleun <chleun.moon@samsung.com>
doc/net_connection_doc.h

index 9939a579a45028c763a492d27ced4bb19689d587..1d78d3dff8dc37ac8d08ae3a37254f92bea826b1 100755 (executable)
 #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.
@@ -36,7 +37,7 @@
  * @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.
@@ -63,7 +64,7 @@
  * @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.
@@ -87,7 +88,7 @@
  * @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.