From d547b448db138c101429d8f4de05358eb2e56c80 Mon Sep 17 00:00:00 2001 From: Somin Kim Date: Thu, 7 Dec 2017 14:15:23 +0900 Subject: [PATCH] Fix doxygen error(context history) Change-Id: I0d6853ee9a708eded8b4e1677cc3f7086407a29a Signed-off-by: Somin Kim --- include/wearable/context_history.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/wearable/context_history.h b/include/wearable/context_history.h index 1b932b8..e2a957b 100644 --- a/include/wearable/context_history.h +++ b/include/wearable/context_history.h @@ -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); -- 2.7.4