Fix doxygen error 55/156555/1
authorSomin Kim <somin926.kim@samsung.com>
Thu, 19 Oct 2017 02:04:29 +0000 (11:04 +0900)
committerSomin Kim <somin926.kim@samsung.com>
Thu, 19 Oct 2017 02:04:29 +0000 (11:04 +0900)
Change-Id: Icbfb36bd284a39d16dd6a042df03b925b7b735c1
Signed-off-by: Somin Kim <somin926.kim@samsung.com>
include/context_history.h

index da5d14c..6735d96 100644 (file)
@@ -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);