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/error.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'libssh/error.c') diff --git a/libssh/error.c b/libssh/error.c index 0716983..828a67c 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 #include #include "libssh/priv.h" -/** defgroup ssh_error +/** \defgroup ssh_error SSH Errors * \brief error handling */ -- cgit