From 6aae0850c3af0a19f0a774b200712313b1484f79 Mon Sep 17 00:00:00 2001 From: Somin Kim Date: Wed, 24 May 2017 14:13:22 +0900 Subject: [PATCH] [Trigger] Doxygen modified Change-Id: I98e9f51781b19a5796a0f75bea48549d66442665 Signed-off-by: Somin Kim --- include/context_trigger.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/context_trigger.h b/include/context_trigger.h index 777c859..173caca 100644 --- a/include/context_trigger.h +++ b/include/context_trigger.h @@ -937,7 +937,7 @@ int context_trigger_rule_event_create(context_trigger_event_e event_item, contex * @since_tizen 2.4 * * @param[in] event_item The contextual event item - * @param[out] supported If supported, @c true; Otherwise, @c false + * @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 @@ -981,7 +981,7 @@ int context_trigger_rule_condition_create(context_trigger_condition_e condition_ * @since_tizen 2.4 * * @param[in] condition_item The contextual condition item - * @param[out] supported If supported, @c true; Otherwise, @c false + * @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 -- 2.7.4