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
This commit is contained in:
Aris Adamantiadis
2008-05-12 21:51:13 +00:00
parent 6a80f1a049
commit 2cf6369113
8 changed files with 16 additions and 24 deletions

View File

@@ -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
*/