Doxygen update(acitivty) 22/109922/1 tizen_3.0_tv accepted/tizen/3.0/common/20170113.182142 accepted/tizen/3.0/ivi/20170113.080552 accepted/tizen/3.0/mobile/20170113.080507 accepted/tizen/3.0/tv/20170113.080523 accepted/tizen/3.0/wearable/20170113.080539 submit/tizen_3.0/20170112.081241
authorSomin Kim <somin926.kim@samsung.com>
Thu, 12 Jan 2017 07:59:43 +0000 (16:59 +0900)
committerSomin Kim <somin926.kim@samsung.com>
Thu, 12 Jan 2017 08:03:36 +0000 (00:03 -0800)
Change-Id: I28b6af808c4678de6001afabd136032d3889c1c6
Signed-off-by: Somin Kim <somin926.kim@samsung.com>
include/activity_recognition.h

index 0f4478847e48fdf68692ec98dcdadc191a12f812..a6bfc33fe60aed0af5fe45e87fe7aabe7cff8a72 100644 (file)
@@ -86,15 +86,15 @@ typedef enum {
  *
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
  *
- * @param[in]  activity        Activity recognized.
- * @param[in]  data            Detailed information of the recognized activity.
+ * @param[in]  activity        Activity recognized
+ * @param[in]  data            Detailed information of the recognized activity
  * @param[in]  timestamp       The time when the activity is recognized. Epoch time in seconds.
  * @param[in]  error           An error value. It can be one of the following error values:@n
  *                                                     #ACTIVITY_ERROR_NONE, if the operation succeeded.@n
  *                                                     #ACTIVITY_ERROR_NOT_SUPPORTED, if the activity is not supported in the current profile.@n
  *                                                     #ACTIVITY_ERROR_OPERATION_FAILED, if the operation failed because of a system error.@n
  *                                                     #ACTIVITY_ERROR_PERMISSION_DENIED, if the application has no permission to use this.
- * @param[in]  user_data       The user data had passed to activity_start_recognition().
+ * @param[in]  user_data       The user data had passed to activity_start_recognition()
  *
  * @pre                activity_start_recognition()
  * @see                activity_get_accuracy()