summaryrefslogtreecommitdiff
path: root/gio/src/socketconnection.hg
diff options
context:
space:
mode:
Diffstat (limited to 'gio/src/socketconnection.hg')
-rw-r--r--gio/src/socketconnection.hg6
1 files changed, 2 insertions, 4 deletions
diff --git a/gio/src/socketconnection.hg b/gio/src/socketconnection.hg
index 92016c94..97817102 100644
--- a/gio/src/socketconnection.hg
+++ b/gio/src/socketconnection.hg
@@ -28,12 +28,10 @@ _PINCLUDE(giomm/private/iostream_p.h)
namespace Gio
{
-/** @defgroup NetworkIO Portable Network I/O Functionality
- */
-
/**
* A socket connection
- * @see_also: IOStream, SocketClient, SocketListener
+ *
+ * @see IOStream, SocketClient, SocketListener
*
* SocketConnection is a IOStream for a connected socket. They
* can be created either by SocketClient when connecting to a host,