Fix url link properly
[platform/core/uifw/stt.git] / doc / uix_stt_doc.h
index e58d761..61e59ed 100644 (file)
 #ifndef __TIZEN_UIX_STT_DOC_H__
 #define __TIZEN_UIX_STT_DOC_H__
 
+
 /**
- * @defgroup CAPI_UIX_STT_MODULE STT
  * @ingroup CAPI_UIX_FRAMEWORK
+ * @defgroup CAPI_UIX_STT_MODULE STT
  * @brief The @ref CAPI_UIX_STT_MODULE API provides functions to recognize the speech.
- *
  * @section CAPI_UIX_STT_MODULE_HEADER Required Header
- *   \#include <stt.h>
+ * \#include <stt.h>
  *
  * @section CAPI_UIX_STT_MODULE_OVERVIEW Overview
  * A main function of Speech-To-Text (below STT) API recognizes sound data recorded by users.
  * After choosing a language, applications will start recording and recognizing.
  * After recording, the applications will receive the recognized result.
- *
  * To use of STT, use the following steps:<br>
  * 1. Create a handle <br>
  * 2. Register callback functions for notifications <br>
@@ -39,7 +38,6 @@
  * 5. Stop recording <br>
  * 6. Get result after processing <br>
  * 7. Destroy a handle <br>
- *
  * The STT has a client-server for the service of multi-applications.
  * The STT service always works in the background as a server.
  * If the service is not working, client library will invoke it and client will communicate with it.
@@ -52,7 +50,6 @@
  * @image html capi_uix_stt_state_diagram.png "State diagram"
  *
  * @section CAPI_STT_MODULE_STATE_TRANSITIONS State Transitions
- *
  * <table>
  * <tr>
  * <th>FUNCTION</th>
@@ -90,7 +87,6 @@
  * @section CAPI_STT_MODULE_STATE_DEPENDENT_FUNCTION_FUNCTION_CALLS State Dependent Function Calls
  * The following table shows state-dependent function calls. It is forbidden to call functions listed below in wrong states.
  * Violation of this rule may result in an unpredictable behavior.
- *
  * <table>
  * <tr>
  * <th>FUNCTION</th>
  *
  * @section CAPI_UIX_STT_MODULE_FEATURE Related Features
  * This API is related with the following features:<br>
- *  - http://tizen.org/feature/speech.recognition<br>
- *  - http://tizen.org/feature/microphone<br>
- *
+ * - http://tizen.org/feature/speech.recognition<br>
+ * - http://tizen.org/feature/microphone<br>
  * 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="https://developer.tizen.org/development/tools/native-tools/manifest-text-editor#feature"><b>Feature Element</b>.</a>
- *
+ * More details on featuring your application can be found from <a href="https://docs.tizen.org/application/tizen-studio/native-tools/manifest-text-editor#feature-element"><b>Feature Element</b>.</a>
  */
 
+
 #endif /* __TIZEN_UIX_STT_DOC_H__ */