summaryrefslogtreecommitdiff
path: root/desktop/knockout.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-11-09 21:49:33 +0000
committerVincent Sanders <vince@kyllikki.org>2014-11-09 21:49:33 +0000
commit7c4c73f1b00bc8ca64fd181662fd9e05b3d4abf5 (patch)
tree34240b73e61a57917b4ac553c7cd1da34b411124 /desktop/knockout.c
parent9f0b252371e8a5070cc8a4ffd5ef3a890a90fe52 (diff)
downloadnetsurf-7c4c73f1b00bc8ca64fd181662fd9e05b3d4abf5.tar.gz
netsurf-7c4c73f1b00bc8ca64fd181662fd9e05b3d4abf5.tar.bz2
Desktop doxygen fixes
Diffstat (limited to 'desktop/knockout.c')
-rw-r--r--desktop/knockout.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/desktop/knockout.c b/desktop/knockout.c
index fa827cb39..0321423fd 100644
--- a/desktop/knockout.c
+++ b/desktop/knockout.c
@@ -404,11 +404,11 @@ bool knockout_plot_flush(void)
/**
* Knockout a section of previous rendering
*
- * \param x0 the left edge of the removal box
- * \param y0 the bottom edge of the removal box
- * \param x1 the right edge of the removal box
- * \param y1 the top edge of the removal box
- * \param box the parent box set to consider, or NULL for top level
+ * \param x0 The left edge of the removal box
+ * \param y0 The bottom edge of the removal box
+ * \param x1 The right edge of the removal box
+ * \param y1 The top edge of the removal box
+ * \param owner The parent box set to consider, or NULL for top level
*/
void knockout_calculate(int x0, int y0, int x1, int y1, struct knockout_box *owner)
{