diff options
author | Aris Adamantiadis <aris@0xbadc0de.be> | 2008-05-12 21:51:13 +0000 |
---|---|---|
committer | Aris Adamantiadis <aris@0xbadc0de.be> | 2008-05-12 21:51:13 +0000 |
commit | 2cf6369113a23bbd7fa0e6b872d4a7c1ab68272b (patch) | |
tree | ea89f8e4c75c89a098c8089a1c462a8b2950cf5a /libssh/buffer.c | |
parent | 6a80f1a049ae7a64fac5a0838c268eac3e6d0b8b (diff) | |
download | libssh-2cf6369113a23bbd7fa0e6b872d4a7c1ab68272b.tar.gz libssh-2cf6369113a23bbd7fa0e6b872d4a7c1ab68272b.tar.xz libssh-2cf6369113a23bbd7fa0e6b872d4a7c1ab68272b.zip |
Doxygen changes
Modified the makefile so the ln -s never fails.
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@157 7dcaeef0-15fb-0310-b436-a5af3365683c
Diffstat (limited to 'libssh/buffer.c')
-rw-r--r-- | libssh/buffer.c | 6 |
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 */ |