From 2cf6369113a23bbd7fa0e6b872d4a7c1ab68272b Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Mon, 12 May 2008 21:51:13 +0000 Subject: 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 --- libssh/buffer.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'libssh/buffer.c') 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 #include "libssh/priv.h" -/** defgroup ssh_buffer +/** \defgroup ssh_buffer SSH Buffers * \brief buffer handling */ -- cgit