From 1a7d00076d0db4ea5b4d8bbd785e13890ef09d60 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Wed, 12 Nov 2014 19:31:39 +0000 Subject: cleanup Doxygen warnings --- render/html_redraw.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'render/html_redraw.c') diff --git a/render/html_redraw.c b/render/html_redraw.c index 3d1f33ce8..091ece0f5 100644 --- a/render/html_redraw.c +++ b/render/html_redraw.c @@ -329,6 +329,7 @@ static plot_style_t plot_style_fillbdr_dlight = { * \param style border line style * \param thickness border thickness * \param rectangular whether border is rectangular + * \param clip cliping area for redrawing border. * \param ctx current redraw context * \return true if successful, false otherwise */ @@ -690,6 +691,7 @@ static bool html_redraw_border_plot(const int side, const int *p, colour c, * \param y_parent coordinate of top padding edge of parent of box * \param p_width width of padding box * \param p_height height of padding box + * \param clip cliping area for redrawing border. * \param scale scale for redraw * \param ctx current redraw context * \return true if successful, false otherwise @@ -923,6 +925,7 @@ static bool html_redraw_borders(struct box *box, int x_parent, int y_parent, * * \param box BOX_INLINE which created the border * \param b coordinates of border edge rectangle + * \param clip cliping area for redrawing border. * \param scale scale for redraw * \param first true if this is the first rectangle associated with the inline * \param last true if this is the last rectangle associated with the inline @@ -1796,6 +1799,7 @@ static bool html_redraw_text_decoration(struct box *box, * Redraw the text content of a box, possibly partially highlighted * because the text has been selected, or matches a search operation. * + * \param html The html content to redraw text within. * \param box box with text content * \param x x co-ord of box * \param y y co-ord of box -- cgit v1.2.3