aboutsummaryrefslogtreecommitdiff
path: root/libssh/options.c
diff options
context:
space:
mode:
authorAris Adamantiadis <aris@0xbadc0de.be>2008-05-12 21:51:13 +0000
committerAris Adamantiadis <aris@0xbadc0de.be>2008-05-12 21:51:13 +0000
commit2cf6369113a23bbd7fa0e6b872d4a7c1ab68272b (patch)
treeea89f8e4c75c89a098c8089a1c462a8b2950cf5a /libssh/options.c
parent6a80f1a049ae7a64fac5a0838c268eac3e6d0b8b (diff)
downloadlibssh-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/options.c')
-rw-r--r--libssh/options.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libssh/options.c b/libssh/options.c
index 04bcb553..cea7325e 100644
--- a/libssh/options.c
+++ b/libssh/options.c
@@ -1,7 +1,7 @@
/* options.c */
/* handle pre-connection options */
/*
-Copyright 2003 Aris Adamantiadis
+Copyright 2003-2008 Aris Adamantiadis
This file is part of the SSH Library
@@ -29,8 +29,8 @@ MA 02111-1307, USA. */
#include <sys/types.h>
#include "libssh/priv.h"
-/** defgroup ssh_options
- * \brief options settings for a new ssh session
+/** \defgroup ssh_options SSH Options
+ * \brief options settings for a new SSH session
*/
/** \addtogroup ssh_options
* @{ */