From 16d3e09ee69987074929b662d8aa6836fc183ebe Mon Sep 17 00:00:00 2001 From: Jeongmo Yang Date: Wed, 16 Dec 2020 16:01:49 +0900 Subject: [PATCH] Remove unnecessary HTML link for feature Change-Id: I15fffa0d0b36431db4febd9d0f412443409c1598 Signed-off-by: Jeongmo Yang --- doc/recorder_doc.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/recorder_doc.h b/doc/recorder_doc.h index 7e6bf12..d7e17c8 100644 --- a/doc/recorder_doc.h +++ b/doc/recorder_doc.h @@ -154,8 +154,8 @@ * * @section CAPI_MEDIA_RECORDER_MODULE_FEATURE Related Features * This API is related with the following features:\n - * - http://tizen.org/feature/media.audio_recording\n - * - http://tizen.org/feature/media.video_recording + * - %http://tizen.org/feature/media.audio_recording\n + * - %http://tizen.org/feature/media.video_recording * * 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 @@ -191,8 +191,8 @@ * * @section CAPI_MEDIA_RECORDER_ATTRIBUTES_MODULE_FEATURE Related Features * This API is related with the following features:\n - * - http://tizen.org/feature/media.audio_recording\n - * - http://tizen.org/feature/media.video_recording + * - %http://tizen.org/feature/media.audio_recording\n + * - %http://tizen.org/feature/media.video_recording * * 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 @@ -219,8 +219,8 @@ * * @section CAPI_MEDIA_RECORDER_CAPABILITY_MODULE_FEATURE Related Features * This API is related with the following features:\n - * - http://tizen.org/feature/media.audio_recording\n - * - http://tizen.org/feature/media.video_recording + * - %http://tizen.org/feature/media.audio_recording\n + * - %http://tizen.org/feature/media.video_recording * * 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 -- 2.7.4