1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-09-11 13:30:43 +03:00

documentation: Fix Missing param doxygen warnings

Signed-off-by: Norbert Pocs <npocs@redhat.com>
Reviewed-by: Jakub Jelen <jjelen@redhat.com>
This commit is contained in:
Norbert Pocs
2022-12-22 10:23:23 +01:00
committed by Jakub Jelen
parent 4fb5af1da5
commit b7c1f792cc
7 changed files with 30 additions and 7 deletions

View File

@@ -731,7 +731,7 @@ ssh_session_set_disconnect_message(ssh_session session, const char *message)
* The session can then be reused to open a new session.
*
* @note Note that this function won't close the socket if it was set with
* @ssh_options_set and SSH_OPTIONS_FD. You're responsible for closing the
* ssh_options_set and SSH_OPTIONS_FD. You're responsible for closing the
* socket. This is new behavior in libssh 0.10.
*
* @param[in] session The SSH session to use.