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 17851b4233faff30b5465282a339ba440473caf6..3c78f0001872bb905fb15da394185a67993ae672 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 1b753ea49b540c1e1d7d531bd81fef9a271af980..ae2d915a26b3b8368feece1dea05dfbeb40a44bc 100644 (file)
@@ -405,11 +405,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
- *
- *
- */
 /**
  * @}
  */