summaryrefslogtreecommitdiff
path: root/src/net
diff options
context:
space:
mode:
authorBertram <bertram@cegetel.net>2010-02-23 21:46:30 +0100
committerBertram <bertram@cegetel.net>2010-02-23 21:46:30 +0100
commit55bd286b4bea4445894a576d64f788d53863b499 (patch)
treee8eb2ee50bc9429a0aae5be5844a43f54be9cbcd /src/net
parent21d785397e58aa6c62e2e19353d61df73e69a5a0 (diff)
parent488f0f0f62624c9bd241ff70b265d15c7e61a7ea (diff)
downloadmana-55bd286b4bea4445894a576d64f788d53863b499.tar.gz
mana-55bd286b4bea4445894a576d64f788d53863b499.tar.bz2
mana-55bd286b4bea4445894a576d64f788d53863b499.tar.xz
mana-55bd286b4bea4445894a576d64f788d53863b499.zip
Merge branch 'master' of gitorious.org:mana/mana
Diffstat (limited to 'src/net')
-rw-r--r--src/net/net.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/net/net.h b/src/net/net.h
index f0539b29..9d9ee10e 100644
--- a/src/net/net.h
+++ b/src/net/net.h
@@ -23,7 +23,11 @@
#define NET_H
/**
- * \defgroup Network Core network layer
+ * \namespace Net
+ *
+ * The network communication layer. It is composed of a host of interfaces that
+ * interact with different aspects of the game. They have different
+ * implementations depending on the type of server the client is connecting to.
*/
#include "net/serverinfo.h"