summaryrefslogtreecommitdiff
path: root/render/html_redraw.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2017-02-24 14:02:31 +0000
committerVincent Sanders <vince@kyllikki.org>2017-02-24 14:02:31 +0000
commitd9a2c7b9c155256a322e66ce3aec6dfe0147941c (patch)
tree5a8b8eaf62486c02aa33d1b8a5f71b03b7c056bb /render/html_redraw.c
parent07c8ea22a5b1d8e10db20a24127332da8c7e2b72 (diff)
downloadnetsurf-d9a2c7b9c155256a322e66ce3aec6dfe0147941c.tar.gz
netsurf-d9a2c7b9c155256a322e66ce3aec6dfe0147941c.tar.bz2
fix some doxygen errors
Diffstat (limited to 'render/html_redraw.c')
-rw-r--r--render/html_redraw.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/render/html_redraw.c b/render/html_redraw.c
index 598e613ca..2f8730634 100644
--- a/render/html_redraw.c
+++ b/render/html_redraw.c
@@ -567,6 +567,10 @@ static bool html_redraw_file(int x, int y, int width, int height,
/**
* Plot background images.
*
+ * The reason for the presence of \a background is the backwards compatibility
+ * mess that is backgrounds on &lt;body&gt;. The background will be drawn relative
+ * to \a box, using the background information contained within \a background.
+ *
* \param x coordinate of box
* \param y coordinate of box
* \param box box to draw background image of
@@ -576,10 +580,6 @@ static bool html_redraw_file(int x, int y, int width, int height,
* \param background box containing background details (usually \a box)
* \param ctx current redraw context
* \return true if successful, false otherwise
- *
- * The reason for the presence of ::background is the backwards compatibility
- * mess that is backgrounds on &lt;body&gt;. The background will be drawn relative
- * to \a box, using the background information contained within \a background.
*/
static bool html_redraw_background(int x, int y, struct box *box, float scale,