summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/libssh/sftp.h2
-rw-r--r--libssh/log.c2
-rw-r--r--libssh/socket.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/include/libssh/sftp.h b/include/libssh/sftp.h
index ca549e3..54d1f26 100644
--- a/include/libssh/sftp.h
+++ b/include/libssh/sftp.h
@@ -32,7 +32,7 @@ MA 02111-1307, USA. */
* it can fetch it, while continuing to read for other messages (it is
* inspecified in which order messages may be sent back to the client
*
- * @defgroup ssh_sftp SFTP functions
+ * @defgroup ssh_sftp SFTP Functions
* @{
*/
diff --git a/libssh/log.c b/libssh/log.c
index e4d6893..88e3f4f 100644
--- a/libssh/log.c
+++ b/libssh/log.c
@@ -19,7 +19,7 @@
* MA 02111-1307, USA. */
-/** \defgroup ssh_log SSH logging
+/** \defgroup ssh_log SSH Logging
* \brief Logging functions for debugging and problem resolving
*/
/** \addtogroup ssh_log
diff --git a/libssh/socket.c b/libssh/socket.c
index f60c249..10ab277 100644
--- a/libssh/socket.c
+++ b/libssh/socket.c
@@ -51,7 +51,7 @@
#define USE_SELECT
#endif
-/** \defgroup ssh_socket Sockets
+/** \defgroup ssh_socket SSH Sockets
* \addtogroup ssh_socket
* @{
*/