From d80b8811641f8305ba6a1215b5393c6de3e6792e Mon Sep 17 00:00:00 2001 From: Fritz Elfert Date: Sun, 4 Feb 2001 05:01:10 +0000 Subject: More doc changes. --- lib/bufferstore.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'lib/bufferstore.h') 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); -- cgit v1.2.3