Fix doxygen error (filter_set_int/string() won't return NOT_SUPPORTED error) 25/127125/1
authorSomin Kim <somin926.kim@samsung.com>
Wed, 26 Apr 2017 08:09:07 +0000 (17:09 +0900)
committerSomin Kim <somin926.kim@samsung.com>
Wed, 26 Apr 2017 08:09:07 +0000 (17:09 +0900)
Change-Id: I4ff6eabfb83726b653f448ba9d370171bd67a354
Signed-off-by: Somin Kim <somin926.kim@samsung.com>
include/context_history.h

index fdd1374..6ca4fd7 100644 (file)
@@ -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()