From: Jihoon Kim Date: Fri, 8 Mar 2019 02:00:28 +0000 (+0900) Subject: Fix wrong documentation X-Git-Tag: accepted/tizen/unified/20190313.151533~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=810ff6edb961d8b75637bce0559652bf0ce15a73;p=platform%2Fcore%2Fuifw%2Fautofill.git Fix wrong documentation Change-Id: Ib934cecc37ceb9c02f926d69fdd39daf3f3291fd Signed-off-by: Jihoon Kim --- 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);