From 740387be8dc71d34811aa70fdba613dd85ebc651 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Wed, 12 Nov 2014 16:21:23 +0000 Subject: Doxygen cleanups --- render/html.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'render/html.c') diff --git a/render/html.c b/render/html.c index b6bbfa814..4d76d0c8b 100644 --- a/render/html.c +++ b/render/html.c @@ -1317,8 +1317,8 @@ void html_redraw_a_box(hlcache_handle *h, struct box *box) /** * Redraw a box. * - * \param h content containing the box, of type CONTENT_HTML - * \param box box to redraw + * \param html content containing the box, of type CONTENT_HTML + * \param box box to redraw. */ void html__redraw_a_box(struct html_content *html, struct box *box) @@ -2126,6 +2126,7 @@ struct box *html_get_box_tree(hlcache_handle *h) * Retrieve the charset of an HTML document * * \param c Content to retrieve charset from + * \param op The content encoding operation to perform. * \return Pointer to charset, or NULL */ static const char *html_encoding(const struct content *c, enum content_encoding_type op) -- cgit v1.2.3