summaryrefslogtreecommitdiff
path: root/render/html_redraw.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_redraw.c
parenta99b1325d78afe2fecd4b676f8338b2830dfbc6c (diff)
downloadnetsurf-740387be8dc71d34811aa70fdba613dd85ebc651.tar.gz
netsurf-740387be8dc71d34811aa70fdba613dd85ebc651.tar.bz2
Doxygen cleanups
Diffstat (limited to 'render/html_redraw.c')
-rw-r--r--render/html_redraw.c27
1 files changed, 15 insertions, 12 deletions
diff --git a/render/html_redraw.c b/render/html_redraw.c
index ed06d472f..3d1f33ce8 100644
--- a/render/html_redraw.c
+++ b/render/html_redraw.c
@@ -131,18 +131,21 @@ static struct box *html_redraw_find_bg_box(struct box *box)
* Redraw a short text string, complete with highlighting
* (for selection/search)
*
- * \param utf8_text pointer to UTF-8 text string
- * \param utf8_len length of string, in bytes
- * \param offset byte offset within textual representation
- * \param space width of space that follows string (0 = no space)
- * \param fstyle text style to use (pass text size unscaled)
- * \param x x ordinate at which to plot text
- * \param y y ordinate at which to plot text
- * \param clip pointer to current clip rectangle
- * \param height height of text string
- * \param scale current display scale (1.0 = 100%)
- * \param excluded exclude this text string from the selection
- * \param ctx current redraw context
+ * \param utf8_text pointer to UTF-8 text string
+ * \param utf8_len length of string, in bytes
+ * \param offset byte offset within textual representation
+ * \param space width of space that follows string (0 = no space)
+ * \param fstyle text style to use (pass text size unscaled)
+ * \param x x ordinate at which to plot text
+ * \param y y ordinate at which to plot text
+ * \param clip pointer to current clip rectangle
+ * \param height height of text string
+ * \param scale current display scale (1.0 = 100%)
+ * \param excluded exclude this text string from the selection
+ * \param c Content being redrawn.
+ * \param sel Selection context
+ * \param search Search context
+ * \param ctx current redraw context
* \return true iff successful and redraw should proceed
*/