Fix doxygen warning 36/110536/1 accepted/tizen/common/20170117.174700 accepted/tizen/ivi/20170117.054633 accepted/tizen/mobile/20170117.054532 accepted/tizen/wearable/20170117.054620 submit/tizen/20170117.034928
authorJongkyu Koo <jk.koo@samsung.com>
Mon, 16 Jan 2017 07:14:23 +0000 (16:14 +0900)
committerJongkyu Koo <jk.koo@samsung.com>
Tue, 17 Jan 2017 02:30:14 +0000 (18:30 -0800)
Change-Id: Ib368b3e03db2da6add7773ec74fa3cf8f892ca7f
Signed-off-by: Jongkyu Koo <jk.koo@samsung.com>
(cherry picked from commit 4e07df71004532a9e1104b9f09de56afc827a77d)

include/calendar_db.h

index 9911d7f..57521f6 100644 (file)
@@ -343,7 +343,7 @@ int calendar_db_delete_records(const char* view_uri, int record_id_array[], int
  * @retval #CALENDAR_ERROR_INVALID_PARAMETER Invalid parameter
  * @retval #CALENDAR_ERROR_DB_FAILED Database operation failure
  * @retval #CALENDAR_ERROR_PERMISSION_DENIED Permission denied. This application does not have the privilege to call this method.
- * @retval ##CALENDAR_ERROR_DB_RECORD_NOT_FOUND Database not found
+ * @retval #CALENDAR_ERROR_DB_RECORD_NOT_FOUND Database not found
  * @retval #CALENDAR_ERROR_IPC Unknown IPC error
  * @pre This function requires an open connection to the calendar service using calendar_connect().
  * @see calendar_connect()