From: Wonnam Jang Date: Fri, 15 Jan 2016 04:38:39 +0000 (+0900) Subject: update doxygen correctly X-Git-Tag: submit/tizen/20160115.050107^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c7a220235fcd0d2fee5cb3088f4acea65ae631bc;p=platform%2Fcore%2Fuifw%2Fstt.git update doxygen correctly Change-Id: I57bbfe8e50ee1f32f6ce4f9e02ab021a4dc463a5 Signed-off-by: Wonnam Jang --- diff --git a/doc/uix_stt_doc.h b/doc/uix_stt_doc.h index e1cc2e0..25bc85b 100644 --- a/doc/uix_stt_doc.h +++ b/doc/uix_stt_doc.h @@ -83,7 +83,7 @@ * stt_cancel() * Recording or Processing * Ready - * SYNC + * ASYNC * * * @@ -205,7 +205,7 @@ * 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.
- * More details on featuring your application can be found from Feature Element. + * More details on featuring your application can be found from Feature Element. * */ diff --git a/include/stt.h b/include/stt.h index 2963072..2687939 100644 --- a/include/stt.h +++ b/include/stt.h @@ -698,7 +698,7 @@ int stt_start(stt_h stt, const char* language, const char* type); int stt_stop(stt_h stt); /** - * @brief Cancels processing recognition and recording. + * @brief Cancels processing recognition and recording asynchronously. * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif * @privlevel public * @privilege %http://tizen.org/privilege/recorder