From 16b47496c1a91dbdf139528caf39326d456cd7d3 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Sun, 28 Aug 2011 13:20:58 +0200 Subject: sftp: Don't create file page. --- include/libssh/sftp.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/include/libssh/sftp.h b/include/libssh/sftp.h index c9db89b..49d7020 100644 --- a/include/libssh/sftp.h +++ b/include/libssh/sftp.h @@ -20,7 +20,7 @@ */ /** - * @file sftp.h + * @defgroup libssh_sftp The libssh SFTP API * * @brief SFTP handling functions * @@ -31,12 +31,6 @@ * the sftp system puts it into the queue, so the process having asked for * it can fetch it, while continuing to read for other messages (it is * unspecified in which order messages may be sent back to the client - */ - -/** - * @defgroup libssh_sftp The libssh SFTP API - * - * Functions to do FTP transfer over SSH. * * @{ */ -- cgit