summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorjusung son <jusung07.son@samsung.com>2016-12-16 18:39:25 +0900
committerjusung son <jusung07.son@samsung.com>2016-12-16 18:39:25 +0900
commit41736b0c6fe60f4b057ee253f8ba134e33174b7a (patch)
treed61a53a1c14f1d4801ef8f3aa359a10f940e0281 /doc
parent624bd2d4a71d7abb2aa0b840cf4d967cb1b10fe6 (diff)
downloadmessage-port-41736b0c6fe60f4b057ee253f8ba134e33174b7a.tar.gz
message-port-41736b0c6fe60f4b057ee253f8ba134e33174b7a.tar.bz2
message-port-41736b0c6fe60f4b057ee253f8ba134e33174b7a.zip
Change-Id: I6d2ac814b149197e65280ed8de7131c8c419ed8d Signed-off-by: jusung son <jusung07.son@samsung.com>
Diffstat (limited to 'doc')
-rwxr-xr-x[-rw-r--r--]doc/message-port-doc.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/message-port-doc.h b/doc/message-port-doc.h
index 58bdd09..200db5e 100644..100755
--- 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 <message_port.h>
+ * \#include <message_port.h>
*
* @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__ */