aboutsummaryrefslogtreecommitdiff
path: root/libssh/buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'libssh/buffer.c')
-rw-r--r--libssh/buffer.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/libssh/buffer.c b/libssh/buffer.c
index 8d63b4b..04934f4 100644
--- a/libssh/buffer.c
+++ b/libssh/buffer.c
@@ -1,7 +1,5 @@
-/* buffer.c */
-/* Well, buffers */
/*
-Copyright 2003 Aris Adamantiadis
+Copyright 2003-2008 Aris Adamantiadis
This file is part of the SSH Library
@@ -24,7 +22,7 @@ MA 02111-1307, USA. */
#include <string.h>
#include "libssh/priv.h"
-/** defgroup ssh_buffer
+/** \defgroup ssh_buffer SSH Buffers
* \brief buffer handling
*/