From 41736b0c6fe60f4b057ee253f8ba134e33174b7a Mon Sep 17 00:00:00 2001 From: jusung son Date: Fri, 16 Dec 2016 18:39:25 +0900 Subject: Fix API description Change-Id: I6d2ac814b149197e65280ed8de7131c8c419ed8d Signed-off-by: jusung son --- doc/message-port-doc.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) mode change 100644 => 100755 doc/message-port-doc.h (limited to 'doc') diff --git a/doc/message-port-doc.h b/doc/message-port-doc.h old mode 100644 new mode 100755 index 58bdd09..200db5e --- a/doc/message-port-doc.h +++ b/doc/message-port-doc.h @@ -14,22 +14,24 @@ * limitations under the License. */ + #ifndef __TIZEN_APPFW_MESSAGE_PORT_DOC_H__ #define __TIZEN_APPFW_MESSAGE_PORT_DOC_H__ + /** * @ingroup CAPI_APPLICATION_FRAMEWORK * @defgroup CAPI_MESSAGE_PORT_MODULE Message Port * @brief The @ref CAPI_MESSAGE_PORT_MODULE API provides functions to send and receive messages between applications. - * * @section CAPI_MESSAGE_PORT_MODULE_HEADER Required Header - * \#include + * \#include * * @section CAPI_MESSAGE_PORT_MODULE_OVERVIEW Overview * The @ref CAPI_MESSAGE_PORT_MODULE API provides functions for passing messages between applications. * An application should register its own local port to receive messages from remote applications. * If a remote application sends a message, the registered callback function of the local port is called. @n - * The trusted message-port API allows communications between applications that are signed by the same developer (author) certificate. + * The trusted message-port API allows communications between applications that are signed by the same developer (author) certificate. */ + #endif /* __TIZEN_APPFW_MESSAGE_PORT_DOC_H__ */ -- cgit v1.2.3