From 5ef99fcaa59a8d16bc8ecfda502a9123abce1af4 Mon Sep 17 00:00:00 2001 From: Norbert Pocs Date: Thu, 29 Sep 2022 11:12:26 +0200 Subject: [PATCH] error.c: Remove dot from documentation group definition Signed-off-by: Norbert Pocs Reviewed-by: Jakub Jelen --- src/error.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/error.c b/src/error.c index 8930d26a..6b6e1922 100644 --- a/src/error.c +++ b/src/error.c @@ -29,7 +29,7 @@ #include "libssh/session.h" /** - * @defgroup libssh_error The SSH error functions. + * @defgroup libssh_error The SSH error functions * @ingroup libssh * * Functions for error handling.