summaryrefslogtreecommitdiff
path: root/render/html.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-11-12 16:21:23 +0000
committerVincent Sanders <vince@kyllikki.org>2014-11-12 16:21:23 +0000
commit740387be8dc71d34811aa70fdba613dd85ebc651 (patch)
treed2a622b63bb734a15d44720916b9692be4bbd240 /render/html.c
parenta99b1325d78afe2fecd4b676f8338b2830dfbc6c (diff)
downloadnetsurf-740387be8dc71d34811aa70fdba613dd85ebc651.tar.gz
netsurf-740387be8dc71d34811aa70fdba613dd85ebc651.tar.bz2
Doxygen cleanups
Diffstat (limited to 'render/html.c')
-rw-r--r--render/html.c5
1 files changed, 3 insertions, 2 deletions
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)