From f44434b86f36a90fe2ceb71ff0530dff335f5ff1 Mon Sep 17 00:00:00 2001 From: "sooyeon.kim" Date: Wed, 16 Dec 2020 18:06:31 +0900 Subject: [PATCH] Remove unnecessary HTML link for feature Change-Id: Id588d2e05eeee16fc73ad02427ecfb2ed635742a Signed-off-by: sooyeon.kim --- doc/uix_stt_doc.h | 4 ++-- doc/uix_stt_engine_main_doc.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/uix_stt_doc.h b/doc/uix_stt_doc.h index 61e59ed..0b78fcc 100644 --- a/doc/uix_stt_doc.h +++ b/doc/uix_stt_doc.h @@ -211,8 +211,8 @@ * * @section CAPI_UIX_STT_MODULE_FEATURE Related Features * This API is related with the following features:
- * - http://tizen.org/feature/speech.recognition
- * - http://tizen.org/feature/microphone
+ * - %http://tizen.org/feature/speech.recognition
+ * - %http://tizen.org/feature/microphone
* It is recommended to design feature related codes in your application for reliability.
* 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.
* To ensure your application is only running on the device with specific features, please define the features in your manifest file using the manifest editor in the SDK.
diff --git a/doc/uix_stt_engine_main_doc.h b/doc/uix_stt_engine_main_doc.h index 2125aa0..d5936e9 100755 --- a/doc/uix_stt_engine_main_doc.h +++ b/doc/uix_stt_engine_main_doc.h @@ -156,8 +156,8 @@ * * @section CAPI_UIX_STTE_MODULE_FEATURE Related Features * This API is related with the following features:
- * - http://tizen.org/feature/speech.recognition
- * - http://tizen.org/feature/microphone
+ * - %http://tizen.org/feature/speech.recognition
+ * - %http://tizen.org/feature/microphone
* It is recommended to design feature related codes in your application for reliability.
* 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.
* To ensure your application is only running on the device with specific features, please define the features in your manifest file using the manifest editor in the SDK.
-- 2.7.4