mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-04 12:20:42 +09:00
Fixed the documentation of error.c
This commit is contained in:
@@ -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: */
|
||||
|
||||
Reference in New Issue
Block a user