diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2007-01-28 22:49:26 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2007-01-28 22:49:26 +0000 |
commit | 457ce3e7b4a869f92d8aef31bdee1b6793587a93 (patch) | |
tree | c62c4939d5669b7d3deb0fb37933a844a32bf1d3 /src/net/connection.h | |
parent | 05bdb92c267e3f041788f2aa41a73c9953249e7c (diff) | |
download | mana-457ce3e7b4a869f92d8aef31bdee1b6793587a93.tar.gz mana-457ce3e7b4a869f92d8aef31bdee1b6793587a93.tar.bz2 mana-457ce3e7b4a869f92d8aef31bdee1b6793587a93.tar.xz mana-457ce3e7b4a869f92d8aef31bdee1b6793587a93.zip |
Some work on documentation.
Diffstat (limited to 'src/net/connection.h')
-rw-r--r-- | src/net/connection.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/net/connection.h b/src/net/connection.h index d8ea3124..734c8d65 100644 --- a/src/net/connection.h +++ b/src/net/connection.h @@ -32,6 +32,9 @@ class MessageOut; namespace Net { + /** + * \ingroup Network + */ class Connection { public: |