From ae64c19f2099ed732a4f20fff5ca130f384f8faf Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Sun, 4 Apr 2010 17:34:25 +0200 Subject: Fixed the group of the server functions. --- libssh/server.c | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) (limited to 'libssh/server.c') diff --git a/libssh/server.c b/libssh/server.c index 8b36149..268165b 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 @@ -50,6 +44,12 @@ #include "libssh/dh.h" #include "libssh/messages.h" +/** + * @addtogroup libssh_server + * + * @{ + */ + #ifdef _WIN32 #include @@ -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: */ -- cgit