summaryrefslogtreecommitdiff
path: root/render/box_normalise.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-11-10 20:15:14 +0000
committerVincent Sanders <vince@kyllikki.org>2014-11-10 20:15:14 +0000
commit33eb1f413a03042b330796780cb29ae74894c9fd (patch)
tree77afefe532b7d40d4950b7c2b2ab73bb597289cd /render/box_normalise.c
parent345cfc4ec8085fb4b14b90e305788a60ffa106e4 (diff)
downloadnetsurf-33eb1f413a03042b330796780cb29ae74894c9fd.tar.gz
netsurf-33eb1f413a03042b330796780cb29ae74894c9fd.tar.bz2
Doxygen warning fixes
Diffstat (limited to 'render/box_normalise.c')
-rw-r--r--render/box_normalise.c6
1 files changed, 3 insertions, 3 deletions
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