Skip to content

Commit

Permalink
Documentation|libdeng2: I/O streams are in the data group
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Nov 27, 2012
1 parent 9e47626 commit cd96511
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/libdeng2/include/de/data/iiostream.h
Expand Up @@ -27,7 +27,7 @@
namespace de {

/**
* Interface that allows communication via an input/output stream of bytes.
* Interface that allows communication via an input/output stream of bytes. @ingroup data
* @see IIStream, IOStream
*/
class IIOStream : public IIStream, public IOStream
Expand Down
1 change: 1 addition & 0 deletions doomsday/libdeng2/include/de/data/iistream.h
Expand Up @@ -27,6 +27,7 @@ namespace de {

/**
* Interface that allows communication via an input stream of bytes.
* @ingroup data
*
* When reading from the stream, it can either be in modifiable (non-const) or
* immutable (const) mode. When reading bytes from a modifiable stream, the
Expand Down
1 change: 1 addition & 0 deletions doomsday/libdeng2/include/de/data/iostream.h
Expand Up @@ -27,6 +27,7 @@ namespace de {

/**
* Interface that allows communication via an output stream of bytes.
* @ingroup data
*/
class IOStream
{
Expand Down

0 comments on commit cd96511

Please sign in to comment.