From 5922a25301d71448c227ad71d8a6b7b857b55c63 Mon Sep 17 00:00:00 2001 From: Somin Kim Date: Thu, 12 Jan 2017 16:59:43 +0900 Subject: [PATCH] Doxygen update(acitivty) Change-Id: I28b6af808c4678de6001afabd136032d3889c1c6 Signed-off-by: Somin Kim --- include/activity_recognition.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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() -- 2.7.4