From c830d14d0bd06dda4eaf7de27ae97b826173afe1 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Tue, 13 Sep 2016 09:16:31 +0100 Subject: cleanup seevral doxygen warnings --- render/html_redraw.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'render/html_redraw.c') diff --git a/render/html_redraw.c b/render/html_redraw.c index 7e0f7c286..ae8675671 100644 --- a/render/html_redraw.c +++ b/render/html_redraw.c @@ -1305,13 +1305,13 @@ static bool html_redraw_file(int x, int y, int width, int height, * \param scale scale for redraw * \param clip current clip rectangle * \param background_colour current background colour - * \param background box containing background details (usually ::box) + * \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 . The background will be drawn relative - * to ::box, using the background information contained within ::background. + * 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