summaryrefslogtreecommitdiff
path: root/render/form_internal.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-11-12 16:21:23 +0000
committerVincent Sanders <vince@kyllikki.org>2014-11-12 16:21:23 +0000
commit740387be8dc71d34811aa70fdba613dd85ebc651 (patch)
treed2a622b63bb734a15d44720916b9692be4bbd240 /render/form_internal.h
parenta99b1325d78afe2fecd4b676f8338b2830dfbc6c (diff)
downloadnetsurf-740387be8dc71d34811aa70fdba613dd85ebc651.tar.gz
netsurf-740387be8dc71d34811aa70fdba613dd85ebc651.tar.bz2
Doxygen cleanups
Diffstat (limited to 'render/form_internal.h')
-rw-r--r--render/form_internal.h6
1 files changed, 3 insertions, 3 deletions
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
*/