aboutsummaryrefslogtreecommitdiff
path: root/libssh
diff options
context:
space:
mode:
authorAndreas Schneider <mail@cynapses.org>2010-04-04 15:10:39 +0200
committerAndreas Schneider <mail@cynapses.org>2010-04-04 15:51:54 +0200
commit4abdf47923ac1fdb0b6c29914ead6b2a44183105 (patch)
treeef4752594451cf75ac3385630ccb6a723f775399 /libssh
parentd39dce85b42c483f6fe70646fb51a5004bd6b0ff (diff)
downloadlibssh-4abdf47923ac1fdb0b6c29914ead6b2a44183105.tar.gz
libssh-4abdf47923ac1fdb0b6c29914ead6b2a44183105.tar.xz
libssh-4abdf47923ac1fdb0b6c29914ead6b2a44183105.zip
Fixed the documentation of error.c
Diffstat (limited to 'libssh')
-rw-r--r--libssh/error.c15
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: */