diff options
author | Mike Buland <eichlan@xagasoft.com> | 2008-01-23 23:34:37 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2008-01-23 23:34:37 +0000 |
commit | 3e581ae682dc6050b8b8c41c917ae62a040719d8 (patch) | |
tree | a28ca879526d870c49108188e8f88ccd571e9a76 /src/stream.h | |
parent | 51f9aa16cbdd78c0b31483df26d0f7e81376f974 (diff) | |
download | libbu++-3e581ae682dc6050b8b8c41c917ae62a040719d8.tar.gz libbu++-3e581ae682dc6050b8b8c41c917ae62a040719d8.tar.bz2 libbu++-3e581ae682dc6050b8b8c41c917ae62a040719d8.tar.xz libbu++-3e581ae682dc6050b8b8c41c917ae62a040719d8.zip |
Minor changes to documentation, mainly.
Diffstat (limited to 'src/stream.h')
-rw-r--r-- | src/stream.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stream.h b/src/stream.h index f3cd882..94d10a4 100644 --- a/src/stream.h +++ b/src/stream.h | |||
@@ -24,6 +24,7 @@ namespace Bu | |||
24 | * The constructor of a child class should pretty much universally be used | 24 | * The constructor of a child class should pretty much universally be used |
25 | * to open the stream. I can't think of anything that should require an | 25 | * to open the stream. I can't think of anything that should require an |
26 | * exception. | 26 | * exception. |
27 | *@ingroup Streams | ||
27 | */ | 28 | */ |
28 | class Stream | 29 | class Stream |
29 | { | 30 | { |