summaryrefslogtreecommitdiffstats
path: root/libssh/options.c
diff options
context:
space:
mode:
authorAris Adamantiadis <aris@0xbadc0de.be>2010-08-28 21:32:08 +0200
committerAris Adamantiadis <aris@0xbadc0de.be>2010-08-28 21:32:08 +0200
commit74939b8b8d3d4a61589297751c239648015d9dce (patch)
tree801f9e9afffa04db94afba8f9f5db53a87d4fe38 /libssh/options.c
parent29a229724bebaf1947a80a3dca252206232a0643 (diff)
downloadlibssh-74939b8b8d3d4a61589297751c239648015d9dce.tar.gz
libssh-74939b8b8d3d4a61589297751c239648015d9dce.tar.xz
libssh-74939b8b8d3d4a61589297751c239648015d9dce.zip
Added missing /** in doxygen @}'s
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 13986d5..9cbaf6f 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: */