From 40ffb71e5c3eadc6c757fe8950e33c2c4e5e6bc6 Mon Sep 17 00:00:00 2001 From: lokilee73 Date: Thu, 17 Dec 2020 10:06:52 +0900 Subject: [PATCH] Remove unnecessary HTML link for privilege Change-Id: I9177889ff54d84ea49889a85eaa35f4dbe6186cb Signed-off-by: lokilee73 --- doc/device_doc.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/device_doc.h b/doc/device_doc.h index c60c66a..d1d394b 100644 --- a/doc/device_doc.h +++ b/doc/device_doc.h @@ -144,8 +144,8 @@ * It supports to turn on the camera flash and set the pattern to the service LED which is located to the front of a device. * @section CAPI_SYSTEM_DEVICE_LED_MODULE_FEATURE Related Features * This API is related with the following features:\n - * - http://tizen.org/feature/led\n - * - http://tizen.org/feature/camera.back.flash\n + * - %http://tizen.org/feature/led\n + * - %http://tizen.org/feature/camera.back.flash\n * * It is recommended to design feature related codes in your application for reliability.\n * @@ -214,7 +214,7 @@ * The IR API provides the way to get the information whether IR is available and transmit IR command. * @section CAPI_SYSTEM_DEVICE_IR_MODULE_FEATURE Related Features * This API is related with the following feature:\n - * - http://tizen.org/feature/consumer_ir\n + * - %http://tizen.org/feature/consumer_ir\n * * It is recommended to design feature related codes in your application for reliability.\n * -- 2.7.4