From 0770e8e9e0819972d110dbba0c1e0c73d514d772 Mon Sep 17 00:00:00 2001 From: Seonah Moon Date: Mon, 19 Dec 2016 14:14:00 +0900 Subject: [PATCH] Update the doxygen Change-Id: Ia0da77828e9c9c41646f0988c4b7f1d40c8e1115 Signed-off-by: Seonah Moon --- doc/vpn_doc.h | 17 ++++++----------- packaging/capi-vpn-service.spec | 2 +- 2 files changed, 7 insertions(+), 12 deletions(-) diff --git a/doc/vpn_doc.h b/doc/vpn_doc.h index 1693579..e97303d 100755 --- a/doc/vpn_doc.h +++ b/doc/vpn_doc.h @@ -22,34 +22,29 @@ /** + * @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 * * @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 Feature Element. - * */ + #endif /* __TIZEN_NETWORK_VPN_DOC_H__ */ diff --git a/packaging/capi-vpn-service.spec b/packaging/capi-vpn-service.spec index 9686395..d0deec9 100755 --- a/packaging/capi-vpn-service.spec +++ b/packaging/capi-vpn-service.spec @@ -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 -- 2.7.4