From 2ce4ba09210e7d1412d3e42a7e2563fcaced0a54 Mon Sep 17 00:00:00 2001 From: "sooyeon.kim" Date: Wed, 16 Dec 2020 18:07:32 +0900 Subject: [PATCH] Remove unnecessary HTML link for feature Change-Id: Idf9f61d98849098cfa4e8567188f112a18fc6e7c Signed-off-by: sooyeon.kim --- doc/uix_ma_doc.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/uix_ma_doc.h b/doc/uix_ma_doc.h index ca328ff..d093654 100644 --- a/doc/uix_ma_doc.h +++ b/doc/uix_ma_doc.h @@ -205,8 +205,8 @@ * * @section CAPI_UIX_MULTI_ASSISTANT_MODULE_FEATURES Related Features * This API is related with the following features:
-* - http://tizen.org/feature/microphone
-* - http://tizen.org/feature/multi_assistant
+* - %http://tizen.org/feature/microphone
+* - %http://tizen.org/feature/multi_assistant
* It is recommended to use features in your application for reliability.
* You can check if the device supports the related features for this API by using @ref CAPI_SYSTEM_SYSTEM_INFO_MODULE, and control your application's actions accordingly.
* To ensure your application is running only on devices with specific features, please define the features in your manifest file using the manifest editor in the SDK.
-- 2.34.1