summaryrefslogtreecommitdiff
path: root/render/html_interaction.c
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/html_interaction.c
parenta99b1325d78afe2fecd4b676f8338b2830dfbc6c (diff)
downloadnetsurf-740387be8dc71d34811aa70fdba613dd85ebc651.tar.gz
netsurf-740387be8dc71d34811aa70fdba613dd85ebc651.tar.bz2
Doxygen cleanups
Diffstat (limited to 'render/html_interaction.c')
-rw-r--r--render/html_interaction.c11
1 files changed, 6 insertions, 5 deletions
diff --git a/render/html_interaction.c b/render/html_interaction.c
index a89cfca7f..4d2234fe3 100644
--- a/render/html_interaction.c
+++ b/render/html_interaction.c
@@ -189,10 +189,11 @@ static void html_box_drag_start(struct box *box, int x, int y)
/**
* End overflow scroll scrollbar drags
*
- * \param h html content's high level cache entry
- * \param mouse state of mouse buttons and modifier keys
- * \param x coordinate of mouse
- * \param y coordinate of mouse
+ * \param html html content
+ * \param mouse state of mouse buttons and modifier keys
+ * \param x coordinate of mouse
+ * \param y coordinate of mouse
+ * \param dir Direction of drag
*/
static size_t html_selection_drag_end(struct html_content *html,
browser_mouse_state mouse, int x, int y, int dir)
@@ -1196,7 +1197,7 @@ void html_overflow_scroll_callback(void *client_data,
/**
* End overflow scroll scrollbar drags
*
- * \param scroll scrollbar widget
+ * \param scrollbar scrollbar widget
* \param mouse state of mouse buttons and modifier keys
* \param x coordinate of mouse
* \param y coordinate of mouse