From: Somin Kim Date: Thu, 11 May 2017 10:06:00 +0000 (+0900) Subject: Fix doxygen X-Git-Tag: accepted/tizen/unified/20170608.185249^2~10 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8016ed95628488680fe263982a9956138043a382;p=platform%2Fcore%2Fapi%2Fcontext.git Fix doxygen Change-Id: Ifaf6c760850442705095dc2a8a2cace6bae38ca6 Signed-off-by: Somin Kim --- diff --git a/include/context_trigger.h b/include/context_trigger.h index bd72b46..f92d9bf 100644 --- a/include/context_trigger.h +++ b/include/context_trigger.h @@ -311,7 +311,7 @@ extern "C" { /** * @brief Definition for the attribute value denoting Weekdays. * @details This can be used as right operands of context_trigger_rule_entry_add_comparison_string().@n - * See the programming guide to find the corresponding option keys or left operand attribute keys. + * See the programming guide to find the corresponding left operand attribute keys. * @since_tizen 2.4 */ #define CONTEXT_TRIGGER_WEEKDAY "Weekday" @@ -319,7 +319,7 @@ extern "C" { /** * @brief Definition for the attribute value denoting Weekends. * @details This can be used as right operands of context_trigger_rule_entry_add_comparison_string().@n - * See the programming guide to find the corresponding option keys or left operand attribute keys. + * See the programming guide to find the corresponding left operand attribute keys. * @since_tizen 2.4 */ #define CONTEXT_TRIGGER_WEEKEND "Weekend"