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
This commit is contained in:
Andreas Schneider 2009-03-21 09:56:29 +00:00
parent 9249006e64
commit cf89b6eb48

View File

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