Fix wrong documentation 63/201063/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Fri, 8 Mar 2019 02:00:28 +0000 (11:00 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Fri, 8 Mar 2019 02:00:28 +0000 (11:00 +0900)
Change-Id: Ib934cecc37ceb9c02f926d69fdd39daf3f3291fd
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
include/autofill.h

index c57a74b..ab05b07 100644 (file)
@@ -80,7 +80,7 @@ typedef void (*autofill_fill_response_received_cb)(autofill_h ah, autofill_fill_
  * @param[in] ah The autofill handle
  * @param[in] auth_info The autofill authentication information handle
  * @param[in] user_data The user data passed from the callback function
- * @see autofill_fill_response_set_received_cb()
+ * @see autofill_auth_info_set_received_cb()
  */
 typedef void (*autofill_auth_info_received_cb)(autofill_h ah, autofill_auth_info_h auth_info, void *user_data);