aboutsummaryrefslogtreecommitdiff
path: root/libssh/error.c
diff options
context:
space:
mode:
Diffstat (limited to 'libssh/error.c')
-rw-r--r--libssh/error.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/libssh/error.c b/libssh/error.c
index 07169836..828a67ca 100644
--- a/libssh/error.c
+++ b/libssh/error.c
@@ -1,7 +1,5 @@
-/* error.c */
-/* it does contain error processing functions */
/*
-Copyright 2003,04 Aris Adamantiadis
+Copyright 2003-2008 Aris Adamantiadis
This file is part of the SSH Library
@@ -23,7 +21,7 @@ MA 02111-1307, USA. */
#include <stdio.h>
#include <stdarg.h>
#include "libssh/priv.h"
-/** defgroup ssh_error
+/** \defgroup ssh_error SSH Errors
* \brief error handling
*/