1
0
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:
Andreas Schneider
2010-12-07 21:25:53 +01:00
parent 92fc2d6993
commit 2a6cbed121

View File

@@ -33,6 +33,15 @@
extern "C" {
#endif
/**
* @defgroup libssh_callbacks The libssh callbacks
* @ingroup libssh
*
* Callback which can be replaced in libssh.
*
* @{
*/
/** @internal
* @brief callback to process simple codes
* @param code value to transmit
@@ -450,3 +459,5 @@ LIBSSH_API struct ssh_threads_callbacks_struct *ssh_threads_get_noop(void);
#endif
#endif /*_SSH_CALLBACK_H */
/* @} */