From be4ec6c93102f1282c6a99c9f08d65eb22400b04 Mon Sep 17 00:00:00 2001 From: Minkyoung Kang Date: Fri, 12 Apr 2013 19:00:42 +0900 Subject: [PATCH] update header for Doxygen Change-Id: Id650432c3e74f1cf81a28cf2d18a80252d2c619b --- inc/FUixSpeechSpeechToText.h | 6 ++++-- inc/FUixSpeechTextToSpeech.h | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) 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); -- 2.7.4