Fixed the doxygen documentation.

This commit is contained in:
Andreas Schneider
2009-12-18 23:05:03 +01:00
parent d950d6af52
commit e124249a8b

View File

@@ -39,6 +39,11 @@
#include "libssh/server.h" #include "libssh/server.h"
#endif #endif
/**
* @addtogroup ssh_session
* @{
*/
/** /**
* @brief Duplicate the options of a session structure. * @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; return 0;
} }
/** @} */
#ifdef WITH_SERVER #ifdef WITH_SERVER
/**
* @addtogroup ssh_server
* @{
*/
static int ssh_bind_options_set_algo(ssh_bind sshbind, int algo, static int ssh_bind_options_set_algo(ssh_bind sshbind, int algo,
const char *list) { const char *list) {
if (!verify_existing_algo(algo, list)) { if (!verify_existing_algo(algo, list)) {