aboutsummaryrefslogtreecommitdiff
path: root/libssh/options.c
diff options
context:
space:
mode:
authorAndreas Schneider <mail@cynapses.org>2010-04-04 15:37:45 +0200
committerAndreas Schneider <mail@cynapses.org>2010-04-04 15:51:54 +0200
commit19c4027194c99c8d922e288fadbaf6fbca23447f (patch)
tree81554e21cdba14a72371b612086c3b7a7e776f15 /libssh/options.c
parent0efd50df26135b23426950565c0e953c7e2b7372 (diff)
downloadlibssh-19c4027194c99c8d922e288fadbaf6fbca23447f.tar.gz
libssh-19c4027194c99c8d922e288fadbaf6fbca23447f.tar.xz
libssh-19c4027194c99c8d922e288fadbaf6fbca23447f.zip
Fixed the group of the options.
Diffstat (limited to 'libssh/options.c')
-rw-r--r--libssh/options.c11
1 files changed, 6 insertions, 5 deletions
diff --git a/libssh/options.c b/libssh/options.c
index f0611fb1..17e68570 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: */