From 33eb1f413a03042b330796780cb29ae74894c9fd Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Mon, 10 Nov 2014 20:15:14 +0000 Subject: Doxygen warning fixes --- render/box_normalise.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'render/box_normalise.c') diff --git a/render/box_normalise.c b/render/box_normalise.c index 0c91fa3fd..861ad741e 100644 --- a/render/box_normalise.c +++ b/render/box_normalise.c @@ -80,9 +80,9 @@ static bool box_normalise_inline_container(struct box *cont, html_content *c); /** * Ensure the box tree is correctly nested by adding and removing nodes. * - * \param block box of type BLOCK, INLINE_BLOCK, or TABLE_CELL - * \param box_pool pool to allocate new boxes in - * \return true on success, false on memory exhaustion + * \param block box of type BLOCK, INLINE_BLOCK, or TABLE_CELL + * \param c content of boxes + * \return true on success, false on memory exhaustion * * The tree is modified to satisfy the following: * \code -- cgit v1.2.3