From 41ed078740a20ba035dde1af4db13398323e0803 Mon Sep 17 00:00:00 2001 From: Abhimanyu Swami Date: Fri, 18 Dec 2020 14:57:42 +0530 Subject: [PATCH] Removing unnecessary HTML link for feature/privilege Change-Id: Ib6d21cd83f0b141b27f4dddd6d72613a7a92b95c Signed-off-by: Abhimanyu Swami --- include/email.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/email.h b/include/email.h index f3d58e6..ceb7fce 100755 --- a/include/email.h +++ b/include/email.h @@ -161,8 +161,8 @@ int email_remove_all_recipients(email_h email); * of the email message. * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 3.0 @endif * @remarks The maximum attachment file size is 10MB. - * http://tizen.org/privilege/mediastorage is needed if input or output path are relevant to media storage - * http://tizen.org/privilege/externalstorage is needed if input or output path are relevant to external storage. + * %http://tizen.org/privilege/mediastorage is needed if input or output path are relevant to media storage + * %http://tizen.org/privilege/externalstorage is needed if input or output path are relevant to external storage. * @param[in] email The handle to the email message * @param[in] filepath The absolute full path of the file to be attached * @return @c 0 on success, -- 2.7.4