1
1

Change the name of the doxygen group to match the others.

git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@284 7dcaeef0-15fb-0310-b436-a5af3365683c
Этот коммит содержится в:
Andreas Schneider 2009-03-21 09:56:29 +00:00
родитель 9249006e64
Коммит cf89b6eb48

Просмотреть файл

@ -1,6 +1,7 @@
/* auth.c deals with authentication methods */ /* auth.c deals with authentication methods */
/* /*
Copyright (c) 2003-2008 Aris Adamantiadis Copyright (c) 2003-2008 Aris Adamantiadis
Copyright (c) 2008-2009 Andreas Schneider <mail@cynapses.org>
This file is part of the SSH Library This file is part of the SSH Library
@ -25,7 +26,7 @@ MA 02111-1307, USA. */
#include <stdio.h> #include <stdio.h>
#include <string.h> #include <string.h>
/** \defgroup ssh_auth Authentication functions /** \defgroup ssh_auth SSH Authentication functions
* \brief functions to authenticate to servers * \brief functions to authenticate to servers
*/ */
/** \addtogroup ssh_auth /** \addtogroup ssh_auth