From 01a92b58389fae83ea6a97ebca38ad3b2f9e53d6 Mon Sep 17 00:00:00 2001 From: Norbert Pocs Date: Thu, 29 Sep 2022 11:15:05 +0200 Subject: [PATCH] poll.c: Remove dot from documentation group definition Signed-off-by: Norbert Pocs Reviewed-by: Jakub Jelen (cherry picked from commit 3d740c09da88ef72e901441d2399822851a7a8e1) --- src/poll.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/poll.c b/src/poll.c index 1246f456..a19526b9 100644 --- a/src/poll.c +++ b/src/poll.c @@ -44,7 +44,7 @@ #endif /** - * @defgroup libssh_poll The SSH poll functions. + * @defgroup libssh_poll The SSH poll functions * @ingroup libssh * * Add a generic way to handle sockets asynchronously.