From 87c5753d49df582b5c2c9474a8c47bb35577e163 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Wed, 17 Sep 2014 18:50:19 +0100 Subject: Fix missing doxygen parameter comment. --- desktop/textarea.c | 1 + 1 file changed, 1 insertion(+) diff --git a/desktop/textarea.c b/desktop/textarea.c index 2ba09824d..9c0488a89 100644 --- a/desktop/textarea.c +++ b/desktop/textarea.c @@ -905,6 +905,7 @@ static bool textarea_reflow_singleline(struct textarea *ta, size_t b_off, * \param ta Textarea to reflow * \param b_start 0-based byte offset in ta->text to start of modification * \param b_length Byte length of change in textarea text + * \param r Modified/reduced to area where redraw is required * \return true on success false otherwise */ static bool textarea_reflow_multiline(struct textarea *ta, -- cgit v1.2.3