summaryrefslogtreecommitdiff
path: root/render/html_redraw.c
diff options
context:
space:
mode:
Diffstat (limited to 'render/html_redraw.c')
-rw-r--r--render/html_redraw.c6
1 files changed, 3 insertions, 3 deletions
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 <body>. The background will be drawn relative
- * to ::box, using the background information contained within ::background.
+ * 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,