diff options
Diffstat (limited to 'doc/messages_doc.h')
-rwxr-xr-x | doc/messages_doc.h | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/doc/messages_doc.h b/doc/messages_doc.h index 241894d..96bac07 100755 --- a/doc/messages_doc.h +++ b/doc/messages_doc.h @@ -43,6 +43,7 @@ * @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 * * It is recommended to design feature related codes in your application for reliability.\n @@ -51,7 +52,7 @@ * * 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> + * 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> */ @@ -77,6 +78,7 @@ * @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 * * It is recommended to design feature related codes in your application for reliability.\n @@ -85,13 +87,13 @@ * * 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> + * 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 MMS API provides functions to add/remove incoming callback for WAP Push messages and register current application to push server. + * @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 * * @addtogroup CAPI_MESSAGING_MESSAGES_PUSH_MODULE @@ -109,6 +111,7 @@ * @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 * * It is recommended to design feature related codes in your application for reliability.\n * @@ -116,8 +119,9 @@ * * 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> + * 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> * */ + #endif /* __TIZEN_MESSAGES_DOC_H__ */ |