From 4abdf47923ac1fdb0b6c29914ead6b2a44183105 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Sun, 4 Apr 2010 15:10:39 +0200 Subject: Fixed the documentation of error.c --- libssh/error.c | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'libssh') 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: */ -- cgit