summaryrefslogtreecommitdiffstats
path: root/libssh/socket.c
diff options
context:
space:
mode:
authorAndreas Schneider <mail@cynapses.org>2010-04-04 15:50:09 +0200
committerAndreas Schneider <mail@cynapses.org>2010-04-04 15:51:54 +0200
commita3db621899809faac2975d55c4fb998e1bb8c019 (patch)
tree5cb55c2e302007baf3a56bb277a269c6ea74b826 /libssh/socket.c
parente26c6d20fe72e38221be8ad6c30013e62521202a (diff)
downloadlibssh-a3db621899809faac2975d55c4fb998e1bb8c019.tar.gz
libssh-a3db621899809faac2975d55c4fb998e1bb8c019.tar.xz
libssh-a3db621899809faac2975d55c4fb998e1bb8c019.zip
Fixed documentation of socket functions.
Diffstat (limited to 'libssh/socket.c')
-rw-r--r--libssh/socket.c18
1 files changed, 13 insertions, 5 deletions
diff --git a/libssh/socket.c b/libssh/socket.c
index bcb8612..f915b6b 100644
--- a/libssh/socket.c
+++ b/libssh/socket.c
@@ -39,8 +39,15 @@
#include "libssh/buffer.h"
#include "libssh/poll.h"
#include "libssh/session.h"
-/** \defgroup ssh_socket SSH Sockets
- * \addtogroup ssh_socket
+
+/**
+ * @internal
+ *
+ * @defgroup libssh_socket The SSH socket functions.
+ * @ingroup libssh
+ *
+ * Functions for handling sockets.
+ *
* @{
*/
@@ -811,6 +818,7 @@ int ssh_socket_connect(ssh_socket s, const char *host, int port, const char *bin
leave_function();
return SSH_OK;
}
-/** @}
- */
-/* vim: set ts=2 sw=2 et cindent: */
+
+/* @} */
+
+/* vim: set ts=4 sw=4 et cindent: */