summaryrefslogtreecommitdiff
path: root/src/net/network.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/network.h')
-rw-r--r--src/net/network.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/net/network.h b/src/net/network.h
index 9ffcbb6d..0701a956 100644
--- a/src/net/network.h
+++ b/src/net/network.h
@@ -26,9 +26,16 @@
#include <iosfwd>
+/**
+ * \defgroup Network Core network layer
+ */
+
class MessageHandler;
class MessageOut;
+/**
+ * \ingroup Network
+ */
namespace Net
{
class Connection;