From 920921c5230bfa775e727ab334feaeb0374d25b1 Mon Sep 17 00:00:00 2001 From: Somin Kim Date: Wed, 26 Apr 2017 17:09:07 +0900 Subject: [PATCH] Fix doxygen error (filter_set_int/string() won't return NOT_SUPPORTED error) Change-Id: I4ff6eabfb83726b653f448ba9d370171bd67a354 Signed-off-by: Somin Kim --- include/context_history.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/context_history.h b/include/context_history.h index fdd1374..6ca4fd7 100644 --- a/include/context_history.h +++ b/include/context_history.h @@ -284,7 +284,6 @@ int context_history_filter_destroy(context_history_filter_h filter); * @return @c 0 on success, otherwise a negative error value * @retval #CONTEXT_HISTORY_ERROR_NONE Successful * @retval #CONTEXT_HISTORY_ERROR_INVALID_PARAMETER Invalid parameter - * @retval #CONTEXT_HISTORY_ERROR_NOT_SUPPORTED Not supported filter type contained * * @pre context_history_filter_create() * @see context_history_filter_set_string() @@ -304,7 +303,6 @@ int context_history_filter_set_int(context_history_filter_h filter, context_hist * @return @c 0 on success, otherwise a negative error value * @retval #CONTEXT_HISTORY_ERROR_NONE Successful * @retval #CONTEXT_HISTORY_ERROR_INVALID_PARAMETER Invalid parameter - * @retval #CONTEXT_HISTORY_ERROR_NOT_SUPPORTED Not supported filter type contained * * @pre context_history_filter_create() * @see context_history_filter_set_int() -- 2.7.4