From 810ff6edb961d8b75637bce0559652bf0ce15a73 Mon Sep 17 00:00:00 2001 From: Jihoon Kim Date: Fri, 8 Mar 2019 11:00:28 +0900 Subject: [PATCH] Fix wrong documentation Change-Id: Ib934cecc37ceb9c02f926d69fdd39daf3f3291fd Signed-off-by: Jihoon Kim --- include/autofill.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/autofill.h b/include/autofill.h index c57a74b..ab05b07 100644 --- a/include/autofill.h +++ b/include/autofill.h @@ -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); -- 2.7.4