diff options
-rw-r--r-- | libssh/error.c | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/libssh/error.c b/libssh/error.c index aa373e38..581287a0 100644 --- a/libssh/error.c +++ b/libssh/error.c @@ -26,13 +26,11 @@ #include "libssh/priv.h" /** - * @defgroup ssh_error SSH Errors + * @defgroup libssh_error The SSH error functions. + * @ingroup libssh + * + * Functions for error handling. * - * @brief Functions for error handling. - */ - -/** - * @addtogroup ssh_error * @{ */ @@ -120,5 +118,6 @@ int ssh_get_error_code(void *error) { return err->error_code; } -/** @} */ -/* vim: set ts=2 sw=2 et cindent: */ +/* @} */ + +/* vim: set ts=4 sw=4 et cindent: */ |