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/session.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'libssh/session.c') diff --git a/libssh/session.c b/libssh/session.c index 973d4f8d..f4879f0c 100644 --- a/libssh/session.c +++ b/libssh/session.c @@ -1,7 +1,7 @@ /* session.c */ /* contains the non-networking functions ssh_* */ /* - * Copyright 2005 Aris Adamantiadis + * Copyright 2005-2008 Aris Adamantiadis * * This file is part of the SSH Library * @@ -20,7 +20,6 @@ * the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, * MA 02111-1307, USA. */ -/* ssh_new() returns a newly allocated SSH_SESSION structure pointer */ #include #include #include "libssh/libssh.h" @@ -28,7 +27,7 @@ #include "libssh/server.h" #define FIRST_CHANNEL 42 // why not ? it helps to find bugs. -/** defgroup ssh_session +/** \defgroup ssh_session SSH Session * \brief functions that manage a session */ /** \addtogroup ssh_session -- cgit v1.2.3