aboutsummaryrefslogtreecommitdiff
path: root/libssh
diff options
context:
space:
mode:
Diffstat (limited to 'libssh')
-rw-r--r--libssh/server.c19
1 files changed, 10 insertions, 9 deletions
diff --git a/libssh/server.c b/libssh/server.c
index 8b36149c..268165bb 100644
--- a/libssh/server.c
+++ b/libssh/server.c
@@ -21,12 +21,6 @@
* MA 02111-1307, USA.
*/
-/**
- * \defgroup ssh_server SSH Server
- * \addtogroup ssh_server
- * @{
- */
-
#include "config.h"
#include <errno.h>
@@ -50,6 +44,12 @@
#include "libssh/dh.h"
#include "libssh/messages.h"
+/**
+ * @addtogroup libssh_server
+ *
+ * @{
+ */
+
#ifdef _WIN32
#include <winsock2.h>
@@ -935,6 +935,7 @@ int ssh_execute_message_callbacks(ssh_session session){
}
return SSH_OK;
}
-/** @}
- */
-/* vim: set ts=2 sw=2 et cindent: */
+
+/* @} */
+
+/* vim: set ts=4 sw=4 et cindent: */