Fixed the documentation of error.c

This commit is contained in:
Andreas Schneider
2010-04-04 15:10:39 +02:00
parent d39dce85b4
commit 4abdf47923

View File

@@ -26,13 +26,11 @@
#include "libssh/priv.h" #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; return err->error_code;
} }
/** @} */ /* @} */
/* vim: set ts=2 sw=2 et cindent: */
/* vim: set ts=4 sw=4 et cindent: */