From b7db87c8175a22df6dfc48a935ffe8604b757c62 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Fri, 28 Jan 2011 13:03:51 +0100 Subject: doc: Fixed callbacks documentation. --- include/libssh/callbacks.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'include/libssh') diff --git a/include/libssh/callbacks.h b/include/libssh/callbacks.h index 83ac5eea..baf5ebcf 100644 --- a/include/libssh/callbacks.h +++ b/include/libssh/callbacks.h @@ -33,6 +33,11 @@ extern "C" { #endif +/** + * @addtogroup ssh_session + * @{ + */ + /** * @brief SSH authentication callback. * @@ -110,4 +115,6 @@ LIBSSH_API int ssh_set_callbacks(ssh_session session, ssh_callbacks cb); } #endif +/** @} */ + #endif /*_SSH_CALLBACK_H */ -- cgit