From d9a2c7b9c155256a322e66ce3aec6dfe0147941c Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Fri, 24 Feb 2017 14:02:31 +0000 Subject: fix some doxygen errors --- render/html.h | 6 +++--- render/html_redraw.c | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'render') diff --git a/render/html.h b/render/html.h index b8429fd17..30219a3bd 100644 --- a/render/html.h +++ b/render/html.h @@ -88,7 +88,7 @@ struct html_script { }; -/** An object (, , etc.) in a CONTENT_HTML document. */ +/** An object (img, object, etc. tag) in a CONTENT_HTML document. */ struct content_html_object { struct content *parent; /**< Parent document */ struct content_html_object *next; /**< Next in chain */ @@ -105,7 +105,7 @@ struct html_scrollbar_data { struct box *box; }; -/** Frame tree (, ) */ +/** Frame tree (frameset or frame tag) */ struct content_html_frames { int cols; /** number of columns in frameset */ int rows; /** number of rows in frameset */ @@ -126,7 +126,7 @@ struct content_html_frames { struct content_html_frames *children; /** [cols * rows] children */ }; -/** Inline frame list (