From 740387be8dc71d34811aa70fdba613dd85ebc651 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Wed, 12 Nov 2014 16:21:23 +0000 Subject: Doxygen cleanups --- render/form_internal.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'render/form_internal.h') diff --git a/render/form_internal.h b/render/form_internal.h index 7069f876e..07512b508 100644 --- a/render/form_internal.h +++ b/render/form_internal.h @@ -118,8 +118,8 @@ bool form_successful_controls(struct form *form, * * See HTML 4.01 section 17.13.2. * - * \param[in] _form form to search for successful controls - * \param[in] _submit_button control used to submit the form, if any + * \param[in] form form to search for successful controls + * \param[in] submit_button control used to submit the form, if any * \param[out] successful_controls updated to point to linked list of * fetch_multipart_data, 0 if no controls * \return true on success, false on memory exhaustion @@ -134,7 +134,7 @@ bool form_successful_controls_dom(struct form *form, * * \param client_data data passed to the redraw callback * \param control The select form control for which the menu is being opened - * \param callback The redraw callback for the select menu + * \param redraw_callback The callback to redraw the select menu. * \param c The content the select menu is opening for. * \return false on memory exhaustion, true otherwise */ -- cgit v1.2.3