From 19c4027194c99c8d922e288fadbaf6fbca23447f Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Sun, 4 Apr 2010 15:37:45 +0200 Subject: Fixed the group of the options. --- libssh/options.c | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'libssh/options.c') diff --git a/libssh/options.c b/libssh/options.c index f0611fb..17e6857 100644 --- a/libssh/options.c +++ b/libssh/options.c @@ -40,7 +40,7 @@ #endif /** - * @addtogroup ssh_session + * @addtogroup libssh_session * @{ */ @@ -850,11 +850,11 @@ int ssh_options_parse_config(ssh_session session, const char *filename) { return r; } -/** @} */ +/* @} */ #ifdef WITH_SERVER /** - * @addtogroup ssh_server + * @addtogroup libssh_server * @{ */ static int ssh_bind_options_set_algo(ssh_bind sshbind, int algo, @@ -1066,5 +1066,6 @@ int ssh_bind_options_set(ssh_bind sshbind, enum ssh_bind_options_e type, } #endif -/** @} */ -/* vim: set ts=2 sw=2 et cindent: */ +/* @} */ + +/* vim: set ts=4 sw=4 et cindent: */ -- cgit