From: Somin Kim Date: Wed, 26 Apr 2017 08:09:07 +0000 (+0900) Subject: Fix doxygen error (filter_set_int/string() won't return NOT_SUPPORTED error) X-Git-Tag: submit/tizen/20170608.120410^2~11 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=920921c5230bfa775e727ab334feaeb0374d25b1;p=platform%2Fcore%2Fapi%2Fcontext.git Fix doxygen error (filter_set_int/string() won't return NOT_SUPPORTED error) Change-Id: I4ff6eabfb83726b653f448ba9d370171bd67a354 Signed-off-by: Somin Kim --- 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()