From: Somin Kim Date: Thu, 19 Oct 2017 02:04:29 +0000 (+0900) Subject: Fix doxygen error X-Git-Tag: submit/tizen_4.0/20171019.061818^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F55%2F156555%2F1;p=platform%2Fcore%2Fapi%2Fcontext.git Fix doxygen error Change-Id: Icbfb36bd284a39d16dd6a042df03b925b7b735c1 Signed-off-by: Somin Kim --- 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);