From 4a8ecd07d76bd0dbc16fb2afdd51e048540df0b1 Mon Sep 17 00:00:00 2001 From: Somin Kim Date: Thu, 19 Oct 2017 11:04:29 +0900 Subject: [PATCH] Fix doxygen error Change-Id: Icbfb36bd284a39d16dd6a042df03b925b7b735c1 Signed-off-by: Somin Kim --- include/context_history.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/context_history.h b/include/context_history.h index da5d14c..6735d96 100644 --- a/include/context_history.h +++ b/include/context_history.h @@ -333,10 +333,10 @@ int context_history_filter_set_string(context_history_filter_h filter, context_h * @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