Update the doxygen 85/105585/1
authorSeonah Moon <seonah1.moon@samsung.com>
Mon, 19 Dec 2016 05:14:00 +0000 (14:14 +0900)
committerSeonah Moon <seonah1.moon@samsung.com>
Mon, 19 Dec 2016 05:18:12 +0000 (14:18 +0900)
Change-Id: Ia0da77828e9c9c41646f0988c4b7f1d40c8e1115
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
doc/vpn_doc.h
packaging/capi-vpn-service.spec

index 1693579..e97303d 100755 (executable)
 
 
 /**
+ * @ingroup CAPI_NETWORK_FRAMEWORK
  * @defgroup CAPI_NETWORK_VPN_SERVICE_MODULE  VPN Service
  * @brief The Virtual Private Network (VPN) API provides functions for managing VPN.
- * @ingroup CAPI_NETWORK_FRAMEWORK
- *
  * @section CAPI_NETWORK_VPN_SERVICE_MODULE_HEADER Required Header
  *   \#include <vpn_service.h>
  *
  * @section CAPI_NETWORK_VPN_SERVICE_MODULE_OVERVEW Overview
  * The VPN Service functions for managing VPN.
  * There can be only one VPN connection running at the same time. The existing interface is deactivated when a new one is created.
- * 
  * Using the VPN Service, you can implement features that allow the users of your application to:
- *     - Initialize / Deinitialize the VPN device
- *     - Routing management
- *     - DNS management
- *     - Firewall management
- *
+ * - Initialize / Deinitialize the VPN device
+ * - Routing management
+ * - DNS management
+ * - Firewall management
  * To enable or disable VPN interface, you should launch VPN popup by using app-control.
- *
  * @section CAPI_NETWORK_VPN_SERVICE_MODULE_FEATURE Related Features
  * This API is related with the following features:\n
  * - http://tizen.org/feature/network.vpn\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_VPN_DOC_H__ */
index 9686395..d0deec9 100755 (executable)
@@ -1,6 +1,6 @@
 Name:       vpnsvc-pkg
 Summary:    VPN service library in TIZEN C API
-Version:    1.0.27
+Version:    1.0.28
 Release:    1
 Group:      System/Network
 License:    Apache-2.0