From: sooyeon.kim Date: Wed, 16 Dec 2020 09:06:31 +0000 (+0900) Subject: Remove unnecessary HTML link for feature X-Git-Tag: submit/tizen/20210202.020818 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Ftags%2Fsubmit%2Ftizen%2F20210202.020818;p=platform%2Fcore%2Fuifw%2Fstt.git Remove unnecessary HTML link for feature Change-Id: Id588d2e05eeee16fc73ad02427ecfb2ed635742a Signed-off-by: sooyeon.kim --- 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.