1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-08-08 19:02:06 +03:00

Fixed the group of the options.

This commit is contained in:
Andreas Schneider
2010-04-04 15:37:45 +02:00
parent 0efd50df26
commit 19c4027194

View File

@@ -40,7 +40,7 @@
#endif #endif
/** /**
* @addtogroup ssh_session * @addtogroup libssh_session
* @{ * @{
*/ */
@@ -850,11 +850,11 @@ int ssh_options_parse_config(ssh_session session, const char *filename) {
return r; return r;
} }
/** @} */ /* @} */
#ifdef WITH_SERVER #ifdef WITH_SERVER
/** /**
* @addtogroup ssh_server * @addtogroup libssh_server
* @{ * @{
*/ */
static int ssh_bind_options_set_algo(ssh_bind sshbind, int algo, 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 #endif
/** @} */ /* @} */
/* vim: set ts=2 sw=2 et cindent: */
/* vim: set ts=4 sw=4 et cindent: */