Fix doxygen error(context history) 54/163054/1 devel/tizen
authorSomin Kim <somin926.kim@samsung.com>
Thu, 7 Dec 2017 05:15:23 +0000 (14:15 +0900)
committerSomin Kim <somin926.kim@samsung.com>
Thu, 7 Dec 2017 05:15:23 +0000 (14:15 +0900)
Change-Id: I0d6853ee9a708eded8b4e1677cc3f7086407a29a
Signed-off-by: Somin Kim <somin926.kim@samsung.com>
include/wearable/context_history.h

index 1b932b8..e2a957b 100644 (file)
@@ -220,10 +220,10 @@ int context_history_filter_set_int(context_history_filter_h filter, context_hist
  * @param[out] supported               If supported, @c true, otherwise @c false
  *
  * @return             @c 0 on success, otherwise a negative error value
- * @retval             #CONTEXT_TRIGGER_ERROR_NONE                                     Successful
- * @retval             #CONTEXT_TRIGGER_ERROR_INVALID_PARAMETER        Invalid parameter
+ * @retval             #CONTEXT_HISTORY_ERROR_NONE                                     Successful
+ * @retval             #CONTEXT_HISTORY_ERROR_INVALID_PARAMETER        Invalid parameter
  * @retval             #CONTEXT_HISTORY_ERROR_NOT_SUPPORTED            Not supported
- * @retval             #CONTEXT_TRIGGER_ERROR_OPERATION_FAILED         Operation failed
+ * @retval             #CONTEXT_HISTORY_ERROR_OPERATION_FAILED         Operation failed
  */
 int context_history_is_supported(context_history_data_e data_type, bool* supported);