From e124249a8b08ddc90763ad5290bb7ecca89d5ab6 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Fri, 18 Dec 2009 23:05:03 +0100 Subject: [PATCH] Fixed the doxygen documentation. --- libssh/options.c | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/libssh/options.c b/libssh/options.c index 77808e02..333c6575 100644 --- a/libssh/options.c +++ b/libssh/options.c @@ -39,6 +39,11 @@ #include "libssh/server.h" #endif +/** + * @addtogroup ssh_session + * @{ + */ + /** * @brief Duplicate the options of a session structure. * @@ -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)) {