From: Somin Kim Date: Thu, 7 Dec 2017 05:15:23 +0000 (+0900) Subject: Fix doxygen error(context history) X-Git-Tag: accepted/tizen/4.0/unified/20171208.061647^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F54%2F163054%2F1;p=platform%2Fcore%2Fapi%2Fcontext.git Fix doxygen error(context history) Change-Id: I0d6853ee9a708eded8b4e1677cc3f7086407a29a Signed-off-by: Somin Kim --- 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);