From: sooyeon.kim Date: Wed, 16 Dec 2020 09:07:32 +0000 (+0900) Subject: Remove unnecessary HTML link for feature X-Git-Tag: submit/tizen/20210201.101800~1^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2ce4ba09210e7d1412d3e42a7e2563fcaced0a54;p=platform%2Fcore%2Fuifw%2Fmulti-assistant.git Remove unnecessary HTML link for feature Change-Id: Idf9f61d98849098cfa4e8567188f112a18fc6e7c Signed-off-by: sooyeon.kim --- 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.