aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bufferstore.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bufferstore.h')
-rw-r--r--lib/bufferstore.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/bufferstore.h b/lib/bufferstore.h
index d9c2e54..a018e81 100644
--- a/lib/bufferstore.h
+++ b/lib/bufferstore.h
@@ -187,7 +187,10 @@ public:
* Appends data to the content of this instance.
*
* @param b The bufferStore whose content to append.
- * @param maxLen Length of content.
+ * @param maxLen Length of content to append. If
+ * @p maxLen is less than 0 or greater than
+ * the current length of @p b , then the
+ * whole content of @p b is appended.
*/
void addBuff(const bufferStore &b, long maxLen = -1);