From 8dc1bd54e07ab274d7e28ca32b359e790c9c350e Mon Sep 17 00:00:00 2001 From: kamaljeet chauhan Date: Fri, 4 Sep 2020 16:49:17 +0530 Subject: [PATCH] Email header issue fix Change-Id: I9e4b89fd540559d9f58f6c3ff9b4f737cf78663b Signed-off-by: kamaljeet chauhan --- doc/email_doc.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/email_doc.h b/doc/email_doc.h index 25fa466..45e532f 100755 --- a/doc/email_doc.h +++ b/doc/email_doc.h @@ -45,7 +45,8 @@ * * @section CAPI_MESSAGING_EMAIL_MODULE_FEATURE Related Features * This API is related with the following features:\n - * - http://tizen.org/feature/email\n + * - %http://tizen.org/feature/email\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 -- 2.7.4