From 3fa6c1639e6d1653022c6f13b70d1c2f6ca72498 Mon Sep 17 00:00:00 2001 From: JamesWrigley Date: Sat, 6 Jan 2024 01:27:23 +0100 Subject: [PATCH] Remove logging functions from the threads Doxygen group The closing brace of the @addtogroup command was too low, causing some logging functions to be added to the threads group. Signed-off-by: James Wrigley Reviewed-by: Jakub Jelen Reviewed-by: Norbert Pocs --- include/libssh/callbacks.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/libssh/callbacks.h b/include/libssh/callbacks.h index 34016595..29c1d391 100644 --- a/include/libssh/callbacks.h +++ b/include/libssh/callbacks.h @@ -1056,6 +1056,7 @@ LIBSSH_API struct ssh_threads_callbacks_struct *ssh_threads_get_pthread(void); * @see ssh_threads_set_callbacks */ LIBSSH_API struct ssh_threads_callbacks_struct *ssh_threads_get_noop(void); +/** @} */ /** * @brief Set the logging callback function. @@ -1073,7 +1074,6 @@ LIBSSH_API int ssh_set_log_callback(ssh_logging_callback cb); */ LIBSSH_API ssh_logging_callback ssh_get_log_callback(void); -/** @} */ #ifdef __cplusplus } #endif