diff options
Diffstat (limited to 'src/net/net.h')
-rw-r--r-- | src/net/net.h | 6 |
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" |