summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorKyeonghun Lee <kh9090.lee@samsung.com>2016-12-19 14:06:36 +0900
committerKyeonghun Lee <kh9090.lee@samsung.com>2016-12-18 21:30:42 -0800
commit0601c03773e3572ba0166f01005d5dd343764440 (patch)
tree345fb0a63d081f1b4ef97a57a07dd49fbe0a9a22 /doc
parent63d55dff8de810529357bd6812120f322d6c0bf1 (diff)
downloadmessages-0601c03773e3572ba0166f01005d5dd343764440.tar.gz
messages-0601c03773e3572ba0166f01005d5dd343764440.tar.bz2
messages-0601c03773e3572ba0166f01005d5dd343764440.zip
3.0 Native API Reference standard applied
Change-Id: Ib75f81c26d357eaa123e95fd2560cf72808cdcef Signed-off-by: Kyeonghun Lee <kh9090.lee@samsung.com> (cherry picked from commit d6fabbaa5cf898a6a80c30ed13782946a479b492)
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/messages_doc.h56
1 files changed, 17 insertions, 39 deletions
diff --git a/doc/messages_doc.h b/doc/messages_doc.h
index 96bac07..1188343 100755
--- a/doc/messages_doc.h
+++ b/doc/messages_doc.h
@@ -18,20 +18,17 @@
#ifndef __TIZEN_MESSAGES_DOC_H__
#define __TIZEN_MESSAGES_DOC_H__
+
/**
- * @defgroup CAPI_MESSAGING_MESSAGES_MODULE Messages
- * @brief The @ref CAPI_MESSAGING_MESSAGES_MODULE API provides functions to create, set properties and send a SMS/MMS message.
* @ingroup CAPI_MESSAGING_FRAMEWORK
- *
+ * @defgroup CAPI_MESSAGING_MESSAGES_MODULE Messages
* @addtogroup CAPI_MESSAGING_MESSAGES_MODULE
- *
+ * @brief The @ref CAPI_MESSAGING_MESSAGES_MODULE API provides functions to create, set properties, and send a SMS/MMS message.
* @section CAPI_MESSAGING_MESSAGES_MODULE_HEADER Required Header
* \#include <messages.h>
*
* @section CAPI_MESSAGING_MESSAGES_MODULE_OVERVIEW Overview
- *
* The Messages API provides the following functionalities:
- *
* - Creating a message
* - Setting the text of the message
* - Setting the message recipient(s)
@@ -42,34 +39,27 @@
*
* @section CAPI_MESSAGING_MESSAGES_MODULE_FEATURE Related Features
* This API is related with the following features:\n
- * - http://tizen.org/feature/network.telephony\n
- * - http://tizen.org/feature/network.telephony.sms\n
- * - http://tizen.org/feature/network.telephony.mms\n
- *
+ * - http://tizen.org/feature/network.telephony\n
+ * - http://tizen.org/feature/network.telephony.sms\n
+ * - http://tizen.org/feature/network.telephony.mms\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="https://developer.tizen.org/development/tools/native-tools/manifest-text-editor#feature"><b>Feature Element</b>.</a>
* <BR>
*/
+
/**
- * @defgroup CAPI_MESSAGING_MESSAGES_MMS_MODULE MMS
- * @brief The MMS API provides functions to manage attachments and subject of the MMS message.
* @ingroup CAPI_MESSAGING_MESSAGES_MODULE
- *
+ * @defgroup CAPI_MESSAGING_MESSAGES_MMS_MODULE MMS
* @addtogroup CAPI_MESSAGING_MESSAGES_MMS_MODULE
- *
+ * @brief The MMS API provides functions to manage attachments and subject of the MMS message.
* @section CAPI_MESSAGING_MESSAGES_MMS_MODULE_HEADER Required Header
* \#include <messages.h>
*
* @section CAPI_MESSAGING_MESSAGES_MMS_MODULE_OVERVIEW Overview
- *
* The MMS API provides the following functionalities:
- *
* - Setting/Getting the subject
* - Attaching the media files(image, video, audio)
* - Retrieving the attachments
@@ -77,50 +67,38 @@
*
* @section CAPI_MESSAGING_MESSAGES_MMS_MODULE_FEATURE Related Features
* This API is related with the following features:\n
- * - http://tizen.org/feature/network.telephony\n
- * - http://tizen.org/feature/network.telephony.sms\n
- * - http://tizen.org/feature/network.telephony.mms\n
- *
+ * - http://tizen.org/feature/network.telephony\n
+ * - http://tizen.org/feature/network.telephony.sms\n
+ * - http://tizen.org/feature/network.telephony.mms\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="https://developer.tizen.org/development/tools/native-tools/manifest-text-editor#feature"><b>Feature Element</b>.</a>
- *
*/
+
/**
- * @defgroup CAPI_MESSAGING_MESSAGES_PUSH_MODULE WAP Push
- * @brief The WAP PUSH API provides functions to add/remove incoming callback for WAP Push messages and register current application to push server.
* @ingroup CAPI_MESSAGING_MESSAGES_MODULE
- *
+ * @defgroup CAPI_MESSAGING_MESSAGES_PUSH_MODULE WAP Push
* @addtogroup CAPI_MESSAGING_MESSAGES_PUSH_MODULE
- *
+ * @brief The WAP PUSH API provides functions to add/remove incoming callback for WAP Push messages and register current application to push server.
* @section CAPI_MESSAGING_MESSAGES_PUSH_MODULE_HEADER Required Header
* \#include <messages.h>
*
* @section CAPI_MESSAGING_MESSAGES_PUSH_MODULE_OVERVIEW Overview
- *
* The WAP PUSH API provides the following functionalities:
- *
* - Adding/Removing incoming callback for WAP Push messages
* - Managing the registration
*
* @section CAPI_MESSAGING_MESSAGES_PUSH_MODULE_FEATURE Related Features
* This API is related with the following features:\n
- * - http://tizen.org/feature/network.telephony\n
- * - http://tizen.org/feature/network.telephony.sms\n
+ * - http://tizen.org/feature/network.telephony\n
+ * - http://tizen.org/feature/network.telephony.sms\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="https://developer.tizen.org/development/tools/native-tools/manifest-text-editor#feature"><b>Feature Element</b>.</a>
- *
*/