From c830d14d0bd06dda4eaf7de27ae97b826173afe1 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Tue, 13 Sep 2016 09:16:31 +0100 Subject: cleanup seevral doxygen warnings --- render/box.h | 2 +- render/html_redraw.c | 6 +++--- render/layout.h | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'render') diff --git a/render/box.h b/render/box.h index 79ff44da2..2800d4026 100644 --- a/render/box.h +++ b/render/box.h @@ -341,7 +341,7 @@ void box_dump(FILE *stream, struct box *box, unsigned int depth, bool style); * attempting to read a real URL from "javascript:" links. * * \param content html content - * \param ds rel relative URL text taken from page + * \param dsrel relative URL text taken from page * \param base base for relative URLs * \param result updated to target URL on heap, unchanged if extract failed * \return true on success, false on memory exhaustion 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 . The background will be drawn relative - * to ::box, using the background information contained within ::background. + * mess that is backgrounds on <body>. 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, diff --git a/render/layout.h b/render/layout.h index ff0da5a53..78a30028e 100644 --- a/render/layout.h +++ b/render/layout.h @@ -45,7 +45,7 @@ bool layout_document(struct html_content *content, int width, int height); /** * Layout lines of text or inline boxes with floats. * - * \param inline_container inline container box + * \param box inline container box * \param width horizontal space available * \param cont ancestor box which defines horizontal space, for floats * \param cx box position relative to cont -- cgit v1.2.3