*
* @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()