update doxygen correctly 76/57076/1 submit/tizen/20160115.050107 submit/tizen/20160115.061635
authorWonnam Jang <wn.jang@samsung.com>
Fri, 15 Jan 2016 04:38:39 +0000 (13:38 +0900)
committerWonnam Jang <wn.jang@samsung.com>
Fri, 15 Jan 2016 04:38:39 +0000 (13:38 +0900)
Change-Id: I57bbfe8e50ee1f32f6ce4f9e02ab021a4dc463a5
Signed-off-by: Wonnam Jang <wn.jang@samsung.com>
doc/uix_stt_doc.h
include/stt.h

index e1cc2e0..25bc85b 100644 (file)
@@ -83,7 +83,7 @@
  * <td>stt_cancel()</td>
  * <td>Recording or Processing</td>
  * <td>Ready</td>
- * <td>SYNC</td>
+ * <td>ASYNC</td>
  * </tr>
  * </table>
  * 
  * It is recommended to design feature related codes in your application for reliability.<br>
  * 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.<br>
  * 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.<br>
- * More details on featuring your application can be found from <a href="../org.tizen.mobile.native.appprogramming/html/ide_sdk_tools/feature_element.htm"><b>Feature Element</b>.</a>
+ * More details on featuring your application can be found from <a href="https://developer.tizen.org/development/tools/native-tools/manifest-text-editor#feature"><b>Feature Element</b>.</a>
  * 
  */
 
index 2963072..2687939 100644 (file)
@@ -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