aboutsummaryrefslogtreecommitdiff
path: root/libssh/options.c
diff options
context:
space:
mode:
Diffstat (limited to 'libssh/options.c')
-rw-r--r--libssh/options.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libssh/options.c b/libssh/options.c
index 13986d50..9cbaf6f2 100644
--- a/libssh/options.c
+++ b/libssh/options.c
@@ -917,7 +917,7 @@ int ssh_options_apply(ssh_session session) {
return 0;
}
-/* @} */
+/** @} */
#ifdef WITH_SERVER
/**
@@ -1133,6 +1133,6 @@ int ssh_bind_options_set(ssh_bind sshbind, enum ssh_bind_options_e type,
}
#endif
-/* @} */
+/** @} */
/* vim: set ts=4 sw=4 et cindent: */