Doxygen update(acitivty) 20/109920/2
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:01:03 +0000 (17:01 +0900)
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()