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:12:37 +0100
commite124249a8b08ddc90763ad5290bb7ecca89d5ab6 (patch)
treee2128a3cdd74f243f18d6c32b420037231b40636
parentd950d6af5271cd6733db9d47297d6b32de9c23a7 (diff)
downloadlibssh-e124249a8b08ddc90763ad5290bb7ecca89d5ab6.tar.gz
libssh-e124249a8b08ddc90763ad5290bb7ecca89d5ab6.tar.xz
libssh-e124249a8b08ddc90763ad5290bb7ecca89d5ab6.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)) {