aboutsummaryrefslogtreecommitdiff
path: root/src/membuf.h
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2008-01-23 23:34:37 +0000
committerMike Buland <eichlan@xagasoft.com>2008-01-23 23:34:37 +0000
commit3e581ae682dc6050b8b8c41c917ae62a040719d8 (patch)
treea28ca879526d870c49108188e8f88ccd571e9a76 /src/membuf.h
parent51f9aa16cbdd78c0b31483df26d0f7e81376f974 (diff)
downloadlibbu++-3e581ae682dc6050b8b8c41c917ae62a040719d8.tar.gz
libbu++-3e581ae682dc6050b8b8c41c917ae62a040719d8.tar.bz2
libbu++-3e581ae682dc6050b8b8c41c917ae62a040719d8.tar.xz
libbu++-3e581ae682dc6050b8b8c41c917ae62a040719d8.zip
Minor changes to documentation, mainly.
Diffstat (limited to 'src/membuf.h')
-rw-r--r--src/membuf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/membuf.h b/src/membuf.h
index a8caa16..993030c 100644
--- a/src/membuf.h
+++ b/src/membuf.h
@@ -17,6 +17,7 @@ namespace Bu
17{ 17{
18 /** 18 /**
19 * A memory buffer stream. 19 * A memory buffer stream.
20 *@ingroup Streams
20 */ 21 */
21 class MemBuf : public Stream 22 class MemBuf : public Stream
22 { 23 {