aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bufferstore.h
diff options
context:
space:
mode:
authorFritz Elfert <felfert@to.com>2001-02-04 05:01:10 +0000
committerFritz Elfert <felfert@to.com>2001-02-04 05:01:10 +0000
commitd80b8811641f8305ba6a1215b5393c6de3e6792e (patch)
tree8ddd0b0d42081b2383a102a2d26185a2d055089b /lib/bufferstore.h
parentc7cbabf6e0d49af464d248d0737745d723ea07cb (diff)
downloadplptools-d80b8811641f8305ba6a1215b5393c6de3e6792e.tar.gz
plptools-d80b8811641f8305ba6a1215b5393c6de3e6792e.tar.bz2
plptools-d80b8811641f8305ba6a1215b5393c6de3e6792e.zip
More doc changes.
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);