From 3815900c82990d908f0e7f11de70286abcfe80f4 Mon Sep 17 00:00:00 2001 From: Jihoon Kim Date: Wed, 11 Sep 2019 15:53:28 +0900 Subject: [PATCH] Fix wrong reference API in doxygen Change-Id: Ie8606735e5e87f224d6a9b78e1957229b29ebba2 Signed-off-by: Jihoon Kim --- include/autofill_service.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/autofill_service.h b/include/autofill_service.h index 8d7d36e..7ccb1fe 100644 --- a/include/autofill_service.h +++ b/include/autofill_service.h @@ -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); -- 2.7.4