From 78e79fbc357470563db349e2e662d35793c315a8 Mon Sep 17 00:00:00 2001 From: Norbert Pocs Date: Thu, 29 Sep 2022 11:13:46 +0200 Subject: [PATCH] log.c: Remove dot from documentation group definition Signed-off-by: Norbert Pocs Reviewed-by: Jakub Jelen (cherry picked from commit c17b8f1fb2a1e7ef56330f20f8906f7f0653514b) --- src/log.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/log.c b/src/log.c index 8ce1e71e..5bae18b8 100644 --- a/src/log.c +++ b/src/log.c @@ -47,7 +47,7 @@ static LIBSSH_THREAD ssh_logging_callback ssh_log_cb; static LIBSSH_THREAD void *ssh_log_userdata; /** - * @defgroup libssh_log The SSH logging functions. + * @defgroup libssh_log The SSH logging functions * @ingroup libssh * * Logging functions for debugging and problem resolving.