aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schneider <mail@cynapses.org>2009-12-18 23:05:03 +0100
committerAndreas Schneider <mail@cynapses.org>2009-12-18 23:05:03 +0100
commitb728f44ce97fd985582f99d443125f40e399ae4f (patch)
treee0e0d68ed9f3c078260e9fb3d6afffb9c7f705b2
parent2f0b671a61c518178233871f2deac37cdae3c4cd (diff)
downloadlibssh-b728f44ce97fd985582f99d443125f40e399ae4f.tar.gz
libssh-b728f44ce97fd985582f99d443125f40e399ae4f.tar.xz
libssh-b728f44ce97fd985582f99d443125f40e399ae4f.zip
Fixed the doxygen documentation.
-rw-r--r--libssh/options.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/libssh/options.c b/libssh/options.c
index 77808e02..333c6575 100644
--- a/libssh/options.c
+++ b/libssh/options.c
@@ -40,6 +40,11 @@
#endif
/**
+ * @addtogroup ssh_session
+ * @{
+ */
+
+/**
* @brief Duplicate the options of a session structure.
*
* If you make several sessions with the same options this is useful. You
@@ -616,8 +621,13 @@ int ssh_options_set(ssh_session session, enum ssh_options_e type,
return 0;
}
+/** @} */
#ifdef WITH_SERVER
+/**
+ * @addtogroup ssh_server
+ * @{
+ */
static int ssh_bind_options_set_algo(ssh_bind sshbind, int algo,
const char *list) {
if (!verify_existing_algo(algo, list)) {