From: Abhimanyu Swami Date: Fri, 18 Dec 2020 09:27:42 +0000 (+0530) Subject: Removing unnecessary HTML link for feature/privilege X-Git-Tag: submit/tizen_5.0/20201218.101901^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Ftizen_5.0;p=platform%2Fcore%2Fapi%2Femail.git Removing unnecessary HTML link for feature/privilege Change-Id: Ib6d21cd83f0b141b27f4dddd6d72613a7a92b95c Signed-off-by: Abhimanyu Swami --- diff --git a/include/email.h b/include/email.h index 929ba26..425f0f9 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,