Fix wrong reference API in doxygen 76/213776/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Wed, 11 Sep 2019 06:53:28 +0000 (15:53 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Wed, 11 Sep 2019 06:55:29 +0000 (15:55 +0900)
Change-Id: Ie8606735e5e87f224d6a9b78e1957229b29ebba2
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
include/autofill_service.h

index 8d7d36e..7ccb1fe 100644 (file)
@@ -51,7 +51,7 @@ typedef void (*autofill_service_auth_info_requested_cb)(int context_id, autofill
  * @param[in] context_id The autofill context identification value of an associated autofill client handle
  * @param[in] vi The autofill view info handle
  * @param[in] user_data The user data passed from the callback function
- * @see autofill_service_set_auth_info_requested_cb()
+ * @see autofill_service_set_fill_requested_cb()
  */
 typedef void (*autofill_service_fill_requested_cb)(int context_id, autofill_view_info_h vi, void *user_data);