From: Somin Kim Date: Thu, 12 Jan 2017 07:59:43 +0000 (+0900) Subject: Doxygen update(acitivty) X-Git-Tag: submit/tizen_3.0/20170112.081241^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e7dd8fa7652d53bc1961131e516f7bf938c9b590;p=platform%2Fcore%2Fapi%2Fmotion.git Doxygen update(acitivty) Change-Id: I28b6af808c4678de6001afabd136032d3889c1c6 Signed-off-by: Somin Kim --- diff --git a/include/activity_recognition.h b/include/activity_recognition.h index 0f44788..a6bfc33 100644 --- a/include/activity_recognition.h +++ b/include/activity_recognition.h @@ -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()