From d9a2c7b9c155256a322e66ce3aec6dfe0147941c Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Fri, 24 Feb 2017 14:02:31 +0000 Subject: fix some doxygen errors --- render/html_redraw.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'render/html_redraw.c') 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 <body>. 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 <body>. 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, -- cgit v1.2.3