From: Minkyoung Kang Date: Fri, 12 Apr 2013 10:00:42 +0000 (+0900) Subject: update header for Doxygen X-Git-Tag: submit/tizen_2.1/20130424.232626~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=be4ec6c93102f1282c6a99c9f08d65eb22400b04;p=platform%2Fframework%2Fnative%2Fspeech.git update header for Doxygen Change-Id: Id650432c3e74f1cf81a28cf2d18a80252d2c619b --- diff --git a/inc/FUixSpeechSpeechToText.h b/inc/FUixSpeechSpeechToText.h index a3b9446..83dc88b 100644 --- a/inc/FUixSpeechSpeechToText.h +++ b/inc/FUixSpeechSpeechToText.h @@ -200,8 +200,10 @@ public: * @exception E_SUCCESS The method is successful. * @exception E_UNSUPPORTED_OPERATION The Emulator or target device does not support the required feature. @b Since: @b 2.1 * For more information, see Application Filtering. - * @remarks Before calling this method, check whether the feature is supported by %Tizen::System::SystemInfo::GetValue() methods. - * This method must be called after Construct(). + * @remarks + * - Before calling this method, check whether the feature is supported by + * Tizen::System::SystemInfo::GetValue(const Tizen::Base::String&, bool&). + * - This method must be called after Construct(). */ result Initialize(void); diff --git a/inc/FUixSpeechTextToSpeech.h b/inc/FUixSpeechTextToSpeech.h index cf93b06..7fcb35e 100644 --- a/inc/FUixSpeechTextToSpeech.h +++ b/inc/FUixSpeechTextToSpeech.h @@ -199,8 +199,10 @@ public: * @exception E_SUCCESS The method is successful. * @exception E_UNSUPPORTED_OPERATION The Emulator or target device does not support the required feature. @b Since: @b 2.1 * For more information, see Application Filtering. - * @remarks Before calling this method, check whether the feature is supported by %Tizen::System::SystemInfo::GetValue() methods. - * This method must be called after Construct(). + * @remarks + * - Before calling this method, check whether the feature is supported by + * Tizen::System::SystemInfo::GetValue(const Tizen::Base::String&, bool&). + * - This method must be called after Construct(). */ result Initialize(void);