mirror of
https://git.libssh.org/projects/libssh.git
synced 2025-11-30 13:01:23 +03:00
doc: Define a doc group for the callbacks.
This commit is contained in:
@@ -33,6 +33,15 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @defgroup libssh_callbacks The libssh callbacks
|
||||||
|
* @ingroup libssh
|
||||||
|
*
|
||||||
|
* Callback which can be replaced in libssh.
|
||||||
|
*
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
/** @internal
|
/** @internal
|
||||||
* @brief callback to process simple codes
|
* @brief callback to process simple codes
|
||||||
* @param code value to transmit
|
* @param code value to transmit
|
||||||
@@ -450,3 +459,5 @@ LIBSSH_API struct ssh_threads_callbacks_struct *ssh_threads_get_noop(void);
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif /*_SSH_CALLBACK_H */
|
#endif /*_SSH_CALLBACK_H */
|
||||||
|
|
||||||
|
/* @} */
|
||||||
|
|||||||
Reference in New Issue
Block a user