diff options
Diffstat (limited to 'src/socket.h')
-rw-r--r-- | src/socket.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/socket.h b/src/socket.h index b09f911..eee0be3 100644 --- a/src/socket.h +++ b/src/socket.h | |||
@@ -17,7 +17,8 @@ namespace Bu | |||
17 | { | 17 | { |
18 | /** | 18 | /** |
19 | *@author Mike Buland | 19 | *@author Mike Buland |
20 | *@ingroup Serving Streams | 20 | *@ingroup Serving |
21 | *@ingroup Streams | ||
21 | */ | 22 | */ |
22 | class Socket : public Stream | 23 | class Socket : public Stream |
23 | { | 24 | { |