Change "developer.tizen.org" link to "docs.tizen.org"
[platform/core/system/libsvi.git] / doc / feedback_doc.h
index ef3b17f..f881cba 100755 (executable)
  * @section CAPI_SYSTEM_FEEDBACK_MODULE_OVERVIEW Overview
  * The FEEDBACK API is responsible for playing simple sound and vibration.
  * It plays sound using mm-sound library and vibration with system framework.
+
+ * @section CAPI_SYSTEM_FEEDBACK_FEATURE Related Features
+ * This API is related with the following features:\n
+ * - %http://tizen.org/feature/feedback.vibration\n
+ *
+ * It is recommended to design feature related codes in your application for reliability.\n
+ *
+ * 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.\n
+ *
+ * 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.\n
+ *
+ * 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 List</b>.</a>
+ *
  *
  */