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/stdstream.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 '')
-rw-r--r-- | src/stdstream.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/stdstream.h b/src/stdstream.h index 15ac875..3660548 100644 --- a/src/stdstream.h +++ b/src/stdstream.h | |||
@@ -14,6 +14,9 @@ | |||
14 | 14 | ||
15 | namespace Bu | 15 | namespace Bu |
16 | { | 16 | { |
17 | /** | ||
18 | *@ingroup Streams | ||
19 | */ | ||
17 | class StdStream : public Stream | 20 | class StdStream : public Stream |
18 | { | 21 | { |
19 | public: | 22 | public: |