From d3f0aabe7fb0c8d8e6e34f1bd854f7c845d935d5 Mon Sep 17 00:00:00 2001 From: Norbert Pocs Date: Thu, 29 Sep 2022 11:08:12 +0200 Subject: [PATCH] auth.c: Remove dot from documentation group definition Signed-off-by: Norbert Pocs Reviewed-by: Jakub Jelen --- src/auth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/auth.c b/src/auth.c index 9d8be990..aeac3aa3 100644 --- a/src/auth.c +++ b/src/auth.c @@ -47,7 +47,7 @@ #include "libssh/legacy.h" /** - * @defgroup libssh_auth The SSH authentication functions. + * @defgroup libssh_auth The SSH authentication functions * @ingroup libssh * * Functions to authenticate with a server.