summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2014-09-17 18:50:19 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2014-09-18 16:00:30 +0100
commit87c5753d49df582b5c2c9474a8c47bb35577e163 (patch)
tree990f7a194982324fac57af048e57f3d2dfcc3aae
parent0864dbf8a8b136b85e5de40e6b77b0f5b470a1f6 (diff)
downloadnetsurf-87c5753d49df582b5c2c9474a8c47bb35577e163.tar.gz
netsurf-87c5753d49df582b5c2c9474a8c47bb35577e163.tar.bz2
Fix missing doxygen parameter comment.
-rw-r--r--desktop/textarea.c1
1 files changed, 1 insertions, 0 deletions
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,