From 954f9c86ce472c8a6103e919ba7943ba4f8153e0 Mon Sep 17 00:00:00 2001 From: Norbert Pocs Date: Thu, 29 Sep 2022 11:14:33 +0200 Subject: [PATCH] misc.c: Remove dot from documentation group definition Signed-off-by: Norbert Pocs Reviewed-by: Jakub Jelen --- src/misc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/misc.c b/src/misc.c index 3f2652d4..050a2438 100644 --- a/src/misc.c +++ b/src/misc.c @@ -95,7 +95,7 @@ #endif /** - * @defgroup libssh_misc The SSH helper functions. + * @defgroup libssh_misc The SSH helper functions * @ingroup libssh * * Different helper functions used in the SSH Library.