Native API Ref. & Public Header 83/207683/1 accepted/tizen_5.5_unified_mobile_hotfix tizen_5.5_mobile_hotfix tizen_5.5_tv accepted/tizen/5.5/unified/20191031.031623 accepted/tizen/5.5/unified/mobile/hotfix/20201027.065948 accepted/tizen/unified/20190612.044610 submit/tizen/20190611.104013 submit/tizen_5.5/20191031.000002 submit/tizen_5.5_mobile_hotfix/20201026.185102 tizen_5.5.m2_release
authorDewal Agarwal <d1.agarwal@samsung.com>
Tue, 11 Jun 2019 05:37:42 +0000 (11:07 +0530)
committerDewal Agarwal <d1.agarwal@samsung.com>
Tue, 11 Jun 2019 05:37:42 +0000 (11:07 +0530)
Change-Id: I6efff618501492769a8f5378e06ae0ca28e872cf
Signed-off-by: Dewal Agarwal <d1.agarwal@samsung.com>
include/context_history.h
include/context_trigger.h

index 6735d96..513506e 100644 (file)
@@ -301,7 +301,6 @@ int context_history_filter_destroy(context_history_filter_h filter);
  * @retval             #CONTEXT_HISTORY_ERROR_NOT_SUPPORTED            Not supported
  *
  * @pre                context_history_filter_create()
- * @see                context_history_filter_set_string()
   */
 int context_history_filter_set_int(context_history_filter_h filter, context_history_filter_e filter_type, int value);
 
index c12b7d0..5cb6d96 100644 (file)
@@ -210,7 +210,7 @@ extern "C" {
 /**
  * @deprecated Deprecated since 4.0.
  * @brief              Definition for the attribute key denoting "application id".
- * @details            This can be used as a key of context_trigger_rule_entry_add_option_string().@n
+ * @details            This can be used as a key.@n
  *                             See the programming guide to find the corresponding trigger events.
  * @since_tizen 2.4
  */
@@ -219,8 +219,7 @@ extern "C" {
 /**
  * @deprecated Deprecated since 4.0.
  * @brief              Definition for the attribute key denoting "address".
- * @details            This can be used as a key of context_trigger_rule_entry_add_option_string(),
- *                             or context_trigger_rule_entry_add_comparison_string().@n
+ * @details            This can be used as a key of context_trigger_rule_entry_add_comparison_string().@n
  *                             See the programming guide and CAPI_CONTEXT_TRIGGER_MODULE_OPTION_FORMAT to find the corresponding items.
  * @since_tizen 2.4
  */
@@ -246,8 +245,7 @@ extern "C" {
 
 /**
  * @brief      Definition for the attribute value denoting Monday.
- * @details    This can be used as a value of context_trigger_rule_entry_add_option_string()
- *                     or right operands of context_trigger_rule_entry_add_comparison_string().@n
+ * @details    This can be used as a value of 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.
  * @since_tizen 2.4
  */
@@ -255,8 +253,7 @@ extern "C" {
 
 /**
  * @brief      Definition for the attribute value denoting Tuesday.
- * @details    This can be used as a value of context_trigger_rule_entry_add_option_string()
- *                     or right operands of context_trigger_rule_entry_add_comparison_string().@n
+ * @details    This can be used as a value of 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.
  * @since_tizen 2.4
  */
@@ -264,8 +261,7 @@ extern "C" {
 
 /**
  * @brief      Definition for the attribute value denoting Wednesday.
- * @details    This can be used as a value of context_trigger_rule_entry_add_option_string()
- *                     or right operands of context_trigger_rule_entry_add_comparison_string().@n
+ * @details    This can be used as a value of 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.
  * @since_tizen 2.4
  */
@@ -273,8 +269,7 @@ extern "C" {
 
 /**
  * @brief      Definition for the attribute value denoting Thursday.
- * @details    This can be used as a value of context_trigger_rule_entry_add_option_string()
- *                     or right operands of context_trigger_rule_entry_add_comparison_string().@n
+ * @details    This can be used as a value of 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.
  * @since_tizen 2.4
  */
@@ -282,8 +277,7 @@ extern "C" {
 
 /**
  * @brief      Definition for the attribute value denoting Friday.
- * @details    This can be used as a value of context_trigger_rule_entry_add_option_string()
- *                     or right operands of context_trigger_rule_entry_add_comparison_string().@n
+ * @details    This can be used as a value of 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.
  * @since_tizen 2.4
  */
@@ -291,8 +285,7 @@ extern "C" {
 
 /**
  * @brief      Definition for the attribute value denoting Saturday.
- * @details    This can be used as a value of context_trigger_rule_entry_add_option_string()
- *                     or right operands of context_trigger_rule_entry_add_comparison_string().@n
+ * @details    This can be used as a value of 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.
  * @since_tizen 2.4
  */
@@ -300,8 +293,7 @@ extern "C" {
 
 /**
  * @brief      Definition for the attribute value denoting Sunday.
- * @details    This can be used as a value of context_trigger_rule_entry_add_option_string()
- *                     or right operands of context_trigger_rule_entry_add_comparison_string().@n
+ * @details    This can be used as a value of 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.
  * @since_tizen 2.4
  */
@@ -1033,8 +1025,6 @@ int context_trigger_rule_entry_destroy(context_trigger_rule_entry_h entry);
  * @retval             #CONTEXT_TRIGGER_ERROR_NOT_SUPPORTED            Not supported
  * @retval             #CONTEXT_TRIGGER_ERROR_INVALID_RULE                     Invalid rule
  *
- * @see                        context_trigger_rule_entry_add_option()
- * @see                        context_trigger_rule_entry_add_option_string()
  */
 int context_trigger_rule_entry_add_option_int(context_trigger_rule_entry_h entry, const char* option_key, int value);
 
@@ -1055,7 +1045,6 @@ int context_trigger_rule_entry_add_option_int(context_trigger_rule_entry_h entry
  * @retval             #CONTEXT_TRIGGER_ERROR_NOT_SUPPORTED            Not supported
  * @retval             #CONTEXT_TRIGGER_ERROR_INVALID_RULE                     Invalid rule
  *
- * @see                        context_trigger_rule_entry_add_option()
  * @see                        context_trigger_rule_entry_add_option_int()
  */
 int context_trigger_rule_entry_add_option_string(context_trigger_rule_entry_h entry, const char* option_key, const char* value) TIZEN_DEPRECATED_API;
@@ -1078,7 +1067,6 @@ int context_trigger_rule_entry_add_option_string(context_trigger_rule_entry_h en
  * @retval             #CONTEXT_TRIGGER_ERROR_INVALID_RULE                     Invalid rule
  *
  * @see                        context_trigger_rule_entry_add_option_int()
- * @see                        context_trigger_rule_entry_add_option_string()
  */
 int context_trigger_rule_entry_add_option(context_trigger_rule_entry_h entry, const char* option_key, const char* event_data_key) TIZEN_DEPRECATED_API;
 
@@ -1099,7 +1087,6 @@ int context_trigger_rule_entry_add_option(context_trigger_rule_entry_h entry, co
  * @retval             #CONTEXT_TRIGGER_ERROR_NOT_SUPPORTED            Not supported
  * @retval             #CONTEXT_TRIGGER_ERROR_INVALID_RULE                     Invalid rule
  *
- * @post               context_trigger_rule_entry_add_comparison()
  * @post               context_trigger_rule_entry_add_comparison_int()
  * @post               context_trigger_rule_entry_add_comparison_string()
  */
@@ -1128,7 +1115,6 @@ int context_trigger_rule_entry_add_key(context_trigger_rule_entry_h entry, conte
  * @retval             #CONTEXT_TRIGGER_ERROR_INVALID_RULE                     Invalid rule
  *
  * @pre                        context_trigger_rule_entry_add_key()
- * @see                        context_trigger_rule_entry_add_comparison()
  * @see                        context_trigger_rule_entry_add_comparison_string()
  */
 int context_trigger_rule_entry_add_comparison_int(context_trigger_rule_entry_h entry, const char* key, const char* comp_operator, int  value);
@@ -1154,7 +1140,6 @@ int context_trigger_rule_entry_add_comparison_int(context_trigger_rule_entry_h e
  * @retval             #CONTEXT_TRIGGER_ERROR_INVALID_RULE                     Invalid rule
  *
  * @pre                        context_trigger_rule_entry_add_key()
- * @see                        context_trigger_rule_entry_add_comparison()
  * @see                        context_trigger_rule_entry_add_comparison_int()
  */
 int context_trigger_rule_entry_add_comparison_string(context_trigger_rule_entry_h entry, const char* key, const char* comp_operator, const char* value);