From: sooyeon.kim Date: Wed, 16 Dec 2020 09:05:27 +0000 (+0900) Subject: Remove unnecessary HTML link for feature X-Git-Tag: submit/tizen/20210201.095542~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=558096bb8a3798ca5c99d21929842ee8d5b29515;p=platform%2Fcore%2Fuifw%2Fvoice-control.git Remove unnecessary HTML link for feature Change-Id: I8ebae7617e67d030856d3e884766a87a202732e3 Signed-off-by: sooyeon.kim --- diff --git a/doc/uix_vc_doc.h b/doc/uix_vc_doc.h index 4d33096..96a4b4a 100644 --- a/doc/uix_vc_doc.h +++ b/doc/uix_vc_doc.h @@ -197,8 +197,8 @@ * * @section CAPI_UIX_VOICE_CONTROL_MODULE_FEATURES Related Features * This API is related with the following features:
- * - http://tizen.org/feature/microphone
- * - http://tizen.org/feature/speech.control
+ * - %http://tizen.org/feature/microphone
+ * - %http://tizen.org/feature/speech.control
* 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_vc_engine_main_doc.h b/doc/uix_vc_engine_main_doc.h index 6610f0d..222bfcb 100644 --- a/doc/uix_vc_engine_main_doc.h +++ b/doc/uix_vc_engine_main_doc.h @@ -207,8 +207,8 @@ * * @section CAPI_UIX_VOICE_CONTROL_ENGINE_MODULE_FEATURES Related Features * This API is related with the following features:
- * - http://tizen.org/feature/microphone
- * - http://tizen.org/feature/speech.control
+ * - %http://tizen.org/feature/microphone
+ * - %http://tizen.org/feature/speech.control
* 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_vc_mgr_doc.h b/doc/uix_vc_mgr_doc.h index 3ed28ce..d848f0d 100644 --- a/doc/uix_vc_mgr_doc.h +++ b/doc/uix_vc_mgr_doc.h @@ -275,8 +275,8 @@ * * @section CAPI_UIX_VOICE_CONTROL_MANAGER_MODULE_FEATURES Related Features * This API is related with the following features:
- * - http://tizen.org/feature/microphone
- * - http://tizen.org/feature/speech.control_manager
+ * - %http://tizen.org/feature/microphone
+ * - %http://tizen.org/feature/speech.control_manager
* 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.