update header for Doxygen
authorMinkyoung Kang <mklove.kang@samsung.com>
Wed, 12 Jun 2013 02:35:24 +0000 (11:35 +0900)
committerMinkyoung Kang <mklove.kang@samsung.com>
Wed, 12 Jun 2013 02:35:24 +0000 (11:35 +0900)
Change-Id: I20582a3d36e270579b9d64fb4029dd1ce4e443ce

inc/FUixSpeechSpeechToText.h
inc/FUixSpeechTextToSpeech.h

index 83dc88b..9546e8b 100644 (file)
@@ -200,10 +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 <a href="../org.tizen.gettingstarted/html/tizen_overview/application_filtering.htm">Application Filtering</a>.
-     * @remarks     
+     * @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().
+     *                 - This method must be called after Construct().
      */
     result Initialize(void);
 
@@ -232,7 +232,7 @@ public:
      * @exception   E_SYSTEM            A system error has occurred.
      * @exception   E_OUT_OF_MEMORY     The memory is insufficient.
      * @exception   E_INVALID_STATE     This instance is not initialized as yet.
-     * @exception   E_INVALID_OPERATION The current status should be @c SPEECH_TO_TEXT_STATUS_RECORDING.
+     * @exception   E_INVALID_OPERATION The current status should be ::SPEECH_TO_TEXT_STATUS_RECORDING.
      */
     result Stop(void);
 
@@ -245,7 +245,7 @@ public:
      * @exception   E_SUCCESS           The method is successful.
      * @exception   E_SYSTEM            A system error has occurred.
      * @exception   E_INVALID_STATE     This instance is not initialized as yet.
-     * @exception   E_INVALID_OPERATION The current status should be @c SPEECH_TO_TEXT_STATUS_RECORDING or @c SPEECH_TO_TEXT_STATUS_PROCESSING.
+     * @exception   E_INVALID_OPERATION The current status should be ::SPEECH_TO_TEXT_STATUS_RECORDING or ::SPEECH_TO_TEXT_STATUS_PROCESSING.
      */
     result Cancel(void);
 
index 7fcb35e..6c247a5 100644 (file)
@@ -199,10 +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 <a href="../org.tizen.gettingstarted/html/tizen_overview/application_filtering.htm">Application Filtering</a>.
-     * @remarks     
+     * @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().
+     *                 - This method must be called after Construct().
      */
        result Initialize(void);
 
@@ -230,7 +230,7 @@ public:
      * @exception   E_SUCCESS           The method is successful.
      * @exception   E_SYSTEM            A system error has occurred.
      * @exception   E_INVALID_STATE     This instance is not initialized as yet.
-     * @exception   E_INVALID_OPERATION The current status should be @c TEXT_TO_SPEECH_STATUS_PLAYING or @c TEXT_TO_SPEECH_STATUS_PAUSED.
+     * @exception   E_INVALID_OPERATION The current status should be ::TEXT_TO_SPEECH_STATUS_PLAYING or ::TEXT_TO_SPEECH_STATUS_PAUSED.
      */
     result Stop(void);
 
@@ -243,7 +243,7 @@ public:
      * @exception   E_SUCCESS           The method is successful.
      * @exception   E_SYSTEM            A system error has occurred.
      * @exception   E_INVALID_STATE     This instance is not initialized as yet.
-     * @exception   E_INVALID_OPERATION The current status should be @c TEXT_TO_SPEECH_STATUS_PLAYING.
+     * @exception   E_INVALID_OPERATION The current status should be ::TEXT_TO_SPEECH_STATUS_PLAYING.
      */
     result Pause(void);
 
@@ -256,7 +256,7 @@ public:
      * @exception   E_SUCCESS           The method is successful.
      * @exception   E_SYSTEM            A system error has occurred.
      * @exception   E_INVALID_STATE     This instance is not initialized as yet.
-     * @exception   E_INVALID_OPERATION The current status should be @c TEXT_TO_SPEECH_STATUS_PAUSED.
+     * @exception   E_INVALID_OPERATION The current status should be ::TEXT_TO_SPEECH_STATUS_PAUSED.
      */
     result Resume(void);