summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJiyoung Yun <jy910.yun@samsung.com>2015-03-16 15:07:26 +0900
committertaeyoung <ty317.kim@samsung.com>2015-06-11 14:25:27 +0900
commitc4868d52f1a2bc254128f1b1f55553fdb152ad81 (patch)
tree38dc2dd48bfe04e5952d57fddaba3451184a4ed8 /doc
parentddafb7d6eaedb0fcc669d6c40fe663b7e58fc370 (diff)
downloadlibsvi-c4868d52f1a2bc254128f1b1f55553fdb152ad81.tar.gz
libsvi-c4868d52f1a2bc254128f1b1f55553fdb152ad81.tar.bz2
libsvi-c4868d52f1a2bc254128f1b1f55553fdb152ad81.zip
feedback: Seperate codes between common and mobile profile
feedback-ids.h and feedback.h will be public api on Tizen v2.4. If you need a specific enum for your profile, you can make new file like feedback-ids-[PROFILE].h. Change-Id: Iedcd7092866351a6c0b07fed3060b096e073973a Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com> Signed-off-by: taeyoung <ty317.kim@samsung.com>
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/feedback_doc.h14
1 files changed, 2 insertions, 12 deletions
diff --git a/doc/feedback_doc.h b/doc/feedback_doc.h
index 0b0131e..ef3b17f 100755
--- a/doc/feedback_doc.h
+++ b/doc/feedback_doc.h
@@ -27,18 +27,8 @@
* \#include <feedback.h>
*
* @section CAPI_SYSTEM_FEEDBACK_MODULE_OVERVIEW Overview
- * The FEEDBACK API provides functions to play sound or vibration associated with properties.
- * @section CAPI_SYSTEM_FEEDBACK_MODULE_FEATURE Related Features
- * This API is related with the following features:\n
- * - http://developer.samsung.com/tizen/feature/haptic\n
- *
- * It is recommended to design feature related codes in your application for reliability.\n
- *
- * You can check if a devrice 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="../org.tizen.mobile.native.appprogramming/html/ide_sdk_tools/feature_element.htm"><b>Feature Element</b>.</a>
+ * The FEEDBACK API is responsible for playing simple sound and vibration.
+ * It plays sound using mm-sound library and vibration with system framework.
*
*/