1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-12-09 15:41:10 +03:00

session.c: Remove dot from documentation group definition

Signed-off-by: Norbert Pocs <npocs@redhat.com>
Reviewed-by: Jakub Jelen <jjelen@redhat.com>
This commit is contained in:
Norbert Pocs
2022-09-29 11:15:55 +02:00
parent 4070784029
commit 80e77802ab

View File

@@ -43,7 +43,7 @@
#define FIRST_CHANNEL 42 // why not ? it helps to find bugs. #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 * @ingroup libssh
* *
* Functions that manage a session. * Functions that manage a session.