From 80e77802abbad8fb808994bd9288be4216e03ee3 Mon Sep 17 00:00:00 2001 From: Norbert Pocs Date: Thu, 29 Sep 2022 11:15:55 +0200 Subject: [PATCH] session.c: Remove dot from documentation group definition Signed-off-by: Norbert Pocs Reviewed-by: Jakub Jelen --- src/session.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/session.c b/src/session.c index 7529aed4..94c0926d 100644 --- a/src/session.c +++ b/src/session.c @@ -43,7 +43,7 @@ #define FIRST_CHANNEL 42 // why not ? it helps to find bugs. /** - * @defgroup libssh_session The SSH session functions. + * @defgroup libssh_session The SSH session functions * @ingroup libssh * * Functions that manage a session.