Calendar header issues fix 29/243229/1 accepted/tizen/unified/20200910.123931 submit/tizen/20200909.073454
authorkamaljeet chauhan <kamal.jc@samsung.com>
Fri, 4 Sep 2020 06:09:00 +0000 (11:39 +0530)
committerkamaljeet chauhan <kamal.jc@samsung.com>
Fri, 4 Sep 2020 06:09:00 +0000 (11:39 +0530)
Change-Id: I5440b2d02253184d60cd6c5108ccf1a1475af27b
Signed-off-by: kamaljeet chauhan <kamal.jc@samsung.com>
include/calendar_query.h
include/calendar_record.h

index 17851b4..3c78f00 100644 (file)
@@ -114,7 +114,6 @@ int calendar_query_set_distinct(calendar_query_h query, bool set);
  * @retval #CALENDAR_ERROR_NO_DATA Requested data does not exist
  * @retval #CALENDAR_ERROR_SYSTEM Internal system module error
  * @retval #CALENDAR_ERROR_NOT_SUPPORTED Not supported
- * @see calendar_query_add_operator()
  */
 int calendar_query_set_filter(calendar_query_h query, calendar_filter_h filter);
 
index 1b753ea..ae2d915 100644 (file)
@@ -406,11 +406,6 @@ int calendar_record_get_child_record_at_p(calendar_record_h record, unsigned int
 int calendar_record_clone_child_record_list(calendar_record_h record, unsigned int property_id, calendar_list_h* out_list);
 
 /**
- * @brief
- *
- *
- */
-/**
  * @}
  */